123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="de">
- <head>
- <!-- Generated by javadoc (1.8.0_74) on Tue Sep 27 12:48:17 CEST 2016 -->
- <title>classes</title>
- <meta name="date" content="2016-09-27">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="classes";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-use.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li><a href="../index-files/index-1.html">Index</a></li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../api/package-summary.html">Prev Package</a></li>
- <li><a href="../exceptions/package-summary.html">Next Package</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?classes/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h1 title="Package" class="title">Package classes</h1>
- </div>
- <div class="contentContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
- <caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Class</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></td>
- <td class="colLast">
- <div class="block">The abstract class "CpsObject" represents any possible object in the system
- (except Edges).</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/Category.html" title="class in classes">Category</a></td>
- <td class="colLast">
- <div class="block">Class "Category" performs the functionality of listing elements into groups.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></td>
- <td class="colLast">
- <div class="block">The class "CpsEdge" represents the connections on the GUI.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/CpsNode.html" title="class in classes">CpsNode</a></td>
- <td class="colLast">
- <div class="block">The class "CpsNode" represents empty Objects in the system.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></td>
- <td class="colLast">
- <div class="block">The class "HolonElement" represents any possible element that can be added to
- a CpsObject (such as TV (consumer) or any energy source/producer).</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></td>
- <td class="colLast">
- <div class="block">The class HolonObject represents any Object on the system which capability of
- injecting or consuming energy on the network, for instance a house or a power
- plant.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></td>
- <td class="colLast">
- <div class="block">The class HolonSwitch represents a Switch, which can be turned on and off.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/HolonTransformer.html" title="class in classes">HolonTransformer</a></td>
- <td class="colLast">
- <div class="block">The class HolonTransformer represents a Transformer that transforms a flow to a lower flow.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/IdCounter.html" title="class in classes">IdCounter</a></td>
- <td class="colLast">
- <div class="block">ID-Counter for all Cps Objects.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/IdCounterElem.html" title="class in classes">IdCounterElem</a></td>
- <td class="colLast">
- <div class="block">ID-Counter for all Holon Elements.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../classes/Position.html" title="class in classes">Position</a></td>
- <td class="colLast">
- <div class="block">Coordinates of an Object on the canvas with a (int) x-coord and a (int).</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../classes/SubNet.html" title="class in classes">SubNet</a></td>
- <td class="colLast">
- <div class="block">The class "subNet" represents ....</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-use.html">Use</a></li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li><a href="../index-files/index-1.html">Index</a></li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="../api/package-summary.html">Prev Package</a></li>
- <li><a href="../exceptions/package-summary.html">Next Package</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?classes/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|