<!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>S-Index</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="S-Index"; } } 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>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-15.html">Prev Letter</a></li> <li><a href="index-17.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li> <li><a href="index-16.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> <a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#saveFile-java.lang.String-">saveFile(String)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Writes the current State of the Modelling into a JSON File which can be loaded.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#searchByID-int-">searchByID(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Search for Object by ID.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchByID-int-">searchByID(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">Search for Object by ID.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchCat-java.lang.String-">searchCat(String)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">search for category.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#searchCategory-java.lang.String-">searchCategory(String)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">search for category.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#searchCategoryObject-java.lang.String-java.lang.String-">searchCategoryObject(String, String)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Search for Object in a Category.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchCatObj-classes.Category-java.lang.String-">searchCatObj(Category, String)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">Search for Object in a Category.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchEdge-int-int-">searchEdge(int, int)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">Search Edge between 2 Objects.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchEle-classes.HolonObject-java.lang.String-">searchEle(HolonObject, String)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">Search for Element.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/MultiPurposeController.html#searchEleById-classes.HolonObject-int-">searchEleById(HolonObject, int)</a></span> - Method in class ui.controller.<a href="../ui/controller/MultiPurposeController.html" title="class in ui.controller">MultiPurposeController</a></dt> <dd> <div class="block">Search the Element by ID.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#searchElement-java.lang.String-">searchElement(String)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Search for the element with the name.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#searchElementById-int-">searchElementById(int)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Search for the element with the id.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#searchForSubNets--">searchForSubNets()</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">generates all subNets from all objectsToHandle.</div> </dd> <dt><a href="../ui/view/SearchPopUp.html" title="class in ui.view"><span class="typeNameLink">SearchPopUp</span></a> - Class in <a href="../ui/view/package-summary.html">ui.view</a></dt> <dd> <div class="block">This Class represents a popup to seatch for Objects on the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/SearchPopUp.html#selectObj-classes.AbstractCpsObject-">selectObj(AbstractCpsObject)</a></span> - Method in class ui.view.<a href="../ui/view/SearchPopUp.html" title="class in ui.view">SearchPopUp</a></dt> <dd> <div class="block">add the searched Objects to the Selected Objects.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setA-classes.AbstractCpsObject-">setA(AbstractCpsObject)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">Set the Source to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setActive-boolean-">setActive(boolean)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the Status of the Element (see description of variables).</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#setActiveAt-boolean-">setActiveAt(boolean)</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Set the value of the Switch.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/AddElementPopUp.html#setActualCps-classes.AbstractCpsObject-">setActualCps(AbstractCpsObject)</a></span> - Method in class ui.view.<a href="../ui/view/AddElementPopUp.html" title="class in ui.view">AddElementPopUp</a></dt> <dd> <div class="block">Sets the actual Cps.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setAmount-int-">setAmount(int)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the amount of the Element in the selected Object.</div> </dd> <dt><span class="memberNameLink"><a href="../api/AbstractAlgorithmSuperClass.html#setAPI-api.CpsAPI-">setAPI(CpsAPI)</a></span> - Method in class api.<a href="../api/AbstractAlgorithmSuperClass.html" title="class in api">AbstractAlgorithmSuperClass</a></dt> <dd> <div class="block">Sets the API.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setAutoSaveNr-int-">setAutoSaveNr(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the auto save Number.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#setAutoState-boolean-">setAutoState(boolean)</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Set the state of the Switch to automatic.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setB-classes.AbstractCpsObject-">setB(AbstractCpsObject)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">Set the Destination to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setBorderColor-java.awt.Color-">setBorderColor(Color)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the Border Color of this CpsObject.</div> </dd> <dt><span class="memberNameLink"><a href="../api/CpsAPI.html#setBorderColorForMultObj-java.util.ArrayList-java.awt.Color-">setBorderColorForMultObj(ArrayList<AbstractCpsObject>, Color)</a></span> - Method in class api.<a href="../api/CpsAPI.html" title="class in api">CpsAPI</a></dt> <dd> <div class="block">changes the borderColor for all objects in List to given color.</div> </dd> <dt><span class="memberNameLink"><a href="../api/CpsAPI.html#setBorderColorForObj-classes.AbstractCpsObject-java.awt.Color-">setBorderColorForObj(AbstractCpsObject, Color)</a></span> - Method in class api.<a href="../api/CpsAPI.html" title="class in api">CpsAPI</a></dt> <dd> <div class="block">changes the border color of given object to given color.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setCanvas-ui.view.MyCanvas-">setCanvas(MyCanvas)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Set the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setCanvas-ui.view.MyCanvas-">setCanvas(MyCanvas)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Set the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/EditEdgesPopUp.html#setCanvas-ui.view.MyCanvas-">setCanvas(MyCanvas)</a></span> - Method in class ui.view.<a href="../ui/view/EditEdgesPopUp.html" title="class in ui.view">EditEdgesPopUp</a></dt> <dd> <div class="block">Set the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setCapacity-float-">setCapacity(float)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">Setter for the max. capacity</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setCategories-java.util.ArrayList-">setCategories(ArrayList<Category>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets all Categories.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/AddObjectPopUp.html#setCategory-java.lang.String-">setCategory(String)</a></span> - Method in class ui.view.<a href="../ui/view/AddObjectPopUp.html" title="class in ui.view">AddObjectPopUp</a></dt> <dd> <div class="block">Set the Category.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setCategoryListeners-java.util.LinkedList-">setCategoryListeners(LinkedList<CategoryListener>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the CategorieListener.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/DefaulTable.html#setCellEditable-int-int-boolean-">setCellEditable(int, int, boolean)</a></span> - Method in class ui.view.<a href="../ui/view/DefaulTable.html" title="class in ui.view">DefaulTable</a></dt> <dd> <div class="block">Set Cell Editable.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setCgIdx-java.util.HashMap-">setCgIdx(HashMap<String, Integer>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the Categorie Index.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setClipboardObjects-java.util.ArrayList-">setClipboardObjects(ArrayList<AbstractCpsObject>)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Sets the ClipboardObjects.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/ObjectController.html#setClipboardObjects-java.util.ArrayList-">setClipboardObjects(ArrayList<AbstractCpsObject>)</a></span> - Method in class ui.controller.<a href="../ui/controller/ObjectController.html" title="class in ui.controller">ObjectController</a></dt> <dd> <div class="block">sets clipBoardObjects.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setClipboradObjects-java.util.ArrayList-">setClipboradObjects(ArrayList<AbstractCpsObject>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the ClipboardObjects.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#setColor-java.awt.Color-">setColor(Color)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Set the State Color.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setConnections-java.util.ArrayList-">setConnections(ArrayList<CpsEdge>)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set a new ArrayList of connections (Update).</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setConsole-ui.view.Console-">setConsole(Console)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the console.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/AddObjectPopUp.html#setController-ui.controller.Control-">setController(Control)</a></span> - Method in class ui.view.<a href="../ui/view/AddObjectPopUp.html" title="class in ui.view">AddObjectPopUp</a></dt> <dd> <div class="block">Sets the Controller.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/EditEdgesPopUp.html#setController-ui.controller.Control-">setController(Control)</a></span> - Method in class ui.view.<a href="../ui/view/EditEdgesPopUp.html" title="class in ui.view">EditEdgesPopUp</a></dt> <dd> <div class="block">set the Controller.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/IdCounter.html#setCounter-int-">setCounter(int)</a></span> - Static method in class classes.<a href="../classes/IdCounter.html" title="class in classes">IdCounter</a></dt> <dd> <div class="block">Set the Counter.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/IdCounterElem.html#setCounter-int-">setCounter(int)</a></span> - Static method in class classes.<a href="../classes/IdCounterElem.html" title="class in classes">IdCounterElem</a></dt> <dd> <div class="block">Set the Counter.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setCurIteration-int-">setCurIteration(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">sets the current Iteration.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/GlobalController.html#setCurIteration-int-">setCurIteration(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/GlobalController.html" title="class in ui.controller">GlobalController</a></dt> <dd> <div class="block">sets the current Iteration.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setCurIteration-int-">setCurIteration(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">sets the current Iteration.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setCvsObjIdx-java.util.HashMap-">setCvsObjIdx(HashMap<Integer, Integer>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the CanvasObject Index.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/MyCanvas.html#setEdgeCapacity-float-">setEdgeCapacity(float)</a></span> - Method in class ui.view.<a href="../ui/view/MyCanvas.html" title="class in ui.view">MyCanvas</a></dt> <dd> <div class="block">sets the Edge Capacity.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setEdgesOnCanvas-java.util.ArrayList-">setEdgesOnCanvas(ArrayList<CpsEdge>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the edges on the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#setEleIdx-java.util.HashMap-">setEleIdx(HashMap<String, Integer>)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Set the indexes of all elements.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#setElements-java.util.ArrayList-">setElements(ArrayList<HolonElement>)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Set a new ArrayList with HolonElements into the HolonObject.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setEleName-java.lang.String-">setEleName(String)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the name to any new name.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setEnergy-float-">setEnergy(float)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the energy value of the selected Element.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setEnergyAt-float-">setEnergyAt(float)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set energy to any value to the whole array.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setEnergyAt-int-float-">setEnergyAt(int, float)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set energy to any value at a given position.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setFlow-float-">setFlow(float)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">Set the flow into a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setFlow-classes.SubNet-boolean-">setFlow(SubNet, boolean)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Sets the Flow.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setFlowModelation-classes.SubNet-">setFlowModelation(SubNet)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">set the Flow Modelation.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setFlowSimRec-java.util.ArrayList-int-">setFlowSimRec(ArrayList<AbstractCpsObject>, int)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Set Flow Rimulation Rec.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setFlowSimulation-classes.SubNet-">setFlowSimulation(SubNet)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Set Flow Simulation.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setGraphPoints-java.util.LinkedList-">setGraphPoints(LinkedList<Point>)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the points (values) in the graph.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#setGraphPoints-java.util.LinkedList-">setGraphPoints(LinkedList<Point>)</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Set the values of the switch in the graph (auto. mode only).</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestLoadAndStoreController.html#setGraphPoints-classes.HolonObject-">setGraphPoints(HolonObject)</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestLoadAndStoreController.html" title="class in tests">PraktikumHolonsTestLoadAndStoreController</a></dt> <dd> <div class="block">sets the graph points in all elements of an Object.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setID-int-">setID(int)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the ID to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setImage-java.lang.String-">setImage(String)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the path of the image.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setIsSimulation-boolean-">setIsSimulation(boolean)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Set if its simulating or not.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/GlobalController.html#setIsSimulation-boolean-">setIsSimulation(boolean)</a></span> - Method in class ui.controller.<a href="../ui/controller/GlobalController.html" title="class in ui.controller">GlobalController</a></dt> <dd> <div class="block">Set isSimulation.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setIsSimulation-boolean-">setIsSimulation(boolean)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the Simulation state (true = simulation, false = modeling).</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#setManualMode-boolean-">setManualMode(boolean)</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Set the overall value of the Switch (manual mode).</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#setManualState-boolean-">setManualState(boolean)</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Change the state of the Switch to manual.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setName-java.lang.String-">setName(String)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the name.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/Category.html#setName-java.lang.String-">setName(String)</a></span> - Method in class classes.<a href="../classes/Category.html" title="class in classes">Category</a></dt> <dd> <div class="block">Set the name of the Category to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/GlobalController.html#setNumberOfSaves-int-">setNumberOfSaves(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/GlobalController.html" title="class in ui.controller">GlobalController</a></dt> <dd> <div class="block">sets the max number of autosaves.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setNumberOfSaves-int-">setNumberOfSaves(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Set the Number of Saves.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setObj-java.lang.String-">setObj(String)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set the object to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setObjectListeners-java.util.LinkedList-">setObjectListeners(LinkedList<ObjectListener>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the ObjectListener.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/Category.html#setObjects-java.util.ArrayList-">setObjects(ArrayList<AbstractCpsObject>)</a></span> - Method in class classes.<a href="../classes/Category.html" title="class in classes">Category</a></dt> <dd> <div class="block">Set a new ArrayList of CpsObjects.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setObjectsOnCanvas-java.util.ArrayList-">setObjectsOnCanvas(ArrayList<AbstractCpsObject>)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets all Objects on the Canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/Category.html#setObjIdx-java.util.HashMap-">setObjIdx(HashMap<String, Integer>)</a></span> - Method in class classes.<a href="../classes/Category.html" title="class in classes">Category</a></dt> <dd> <div class="block">Set a new sequence of Objects in the tree.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setObjName-java.lang.String-">setObjName(String)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the type of Object.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setPosition-classes.Position-">setPosition(Position)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the position of the Object in the canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setPosition-int-int-">setPosition(int, int)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">Set the position of the Object in the canvas.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setPseudoTags-java.util.ArrayList-">setPseudoTags(ArrayList<Integer>)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">For internal purpose (energy flow).</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#setPseudoTags-java.util.ArrayList-">setPseudoTags(ArrayList<AbstractCpsObject>)</a></span> - Method in class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Set the Pseudo Tags.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setSav-java.lang.String-">setSav(String)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">For save purpose.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setSav-java.lang.String-">setSav(String)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">for save purposes.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setScale-int-">setScale(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Changes the value of SCALE and SCALEDIV2.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/GlobalController.html#setScale-int-">setScale(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/GlobalController.html" title="class in ui.controller">GlobalController</a></dt> <dd> <div class="block">Changes the value of SCALE and SCALEDIV2.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setScale-int-">setScale(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the Image Scale.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setSelectedCpsObject-classes.AbstractCpsObject-">setSelectedCpsObject(AbstractCpsObject)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Set the Selected Objecs.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setSelectedEdge-classes.CpsEdge-">setSelectedEdge(CpsEdge)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Set the selected Edge.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setSelectedHolonElement-classes.HolonElement-">setSelectedHolonElement(HolonElement)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the Selecte HolonElement.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setSelectedObjectID-int-">setSelectedObjectID(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Returns the ID of the selected Object 0 = no Object is selected.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/ObjectController.html#setSelectedObjectID-int-">setSelectedObjectID(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/ObjectController.html" title="class in ui.controller">ObjectController</a></dt> <dd> <div class="block">Returns the ID of the selected Object 0 = no Object is selected.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setSelectedObjectID-int-">setSelectedObjectID(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Set the ID of the selected Object 0 = no Object is selected.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setSelecteEdge-classes.CpsEdge-">setSelecteEdge(CpsEdge)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Set the selected Edge.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/MyCanvas.html#setShowedInformation-boolean-boolean-">setShowedInformation(boolean, boolean)</a></span> - Method in class ui.view.<a href="../ui/view/MyCanvas.html" title="class in ui.view">MyCanvas</a></dt> <dd> <div class="block">Set if Information should be shown.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonElement.html#setSign-float-">setSign(float)</a></span> - Method in class classes.<a href="../classes/HolonElement.html" title="class in classes">HolonElement</a></dt> <dd> <div class="block">Set symbol of the value.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setState-boolean-">setState(boolean)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">Set the state manually to a new one.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#setState--">setState()</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">sets the State, wether object is a producer, zero Energy, supplied or not.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonObject.html#setState-int-">setState(int)</a></span> - Method in class classes.<a href="../classes/HolonObject.html" title="class in classes">HolonObject</a></dt> <dd> <div class="block">Set the state of the Object.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/AbstractCpsObject.html#setTags-java.util.ArrayList-">setTags(ArrayList<Integer>)</a></span> - Method in class classes.<a href="../classes/AbstractCpsObject.html" title="class in classes">AbstractCpsObject</a></dt> <dd> <div class="block">For internal purpose (energy flow).</div> </dd> <dt><span class="memberNameLink"><a href="../classes/CpsEdge.html#setTags-java.util.ArrayList-">setTags(ArrayList<Integer>)</a></span> - Method in class classes.<a href="../classes/CpsEdge.html" title="class in classes">CpsEdge</a></dt> <dd> <div class="block">set the tags into a new set of tags.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/Control.html#setTimerSpeed-int-">setTimerSpeed(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/Control.html" title="class in ui.controller">Control</a></dt> <dd> <div class="block">Set the timerSpeed.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/GlobalController.html#setTimerSpeed-int-">setTimerSpeed(int)</a></span> - Method in class ui.controller.<a href="../ui/controller/GlobalController.html" title="class in ui.controller">GlobalController</a></dt> <dd> <div class="block">Set the timerSpeed.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/model/Model.html#setTimerSpeed-int-">setTimerSpeed(int)</a></span> - Method in class ui.model.<a href="../ui/model/Model.html" title="class in ui.model">Model</a></dt> <dd> <div class="block">Sets the Interval in ms between each Iteration.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonTransformer.html#setTransformFixed-float-">setTransformFixed(float)</a></span> - Method in class classes.<a href="../classes/HolonTransformer.html" title="class in classes">HolonTransformer</a></dt> <dd> <div class="block">Set fixed Transform Value.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonTransformer.html#setTransformRatio-float-">setTransformRatio(float)</a></span> - Method in class classes.<a href="../classes/HolonTransformer.html" title="class in classes">HolonTransformer</a></dt> <dd> <div class="block">Set transform ratio.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestAutoSaveController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestAutoSaveController.html" title="class in tests">PraktikumHolonsTestAutoSaveController</a></dt> <dd> <div class="block">Setup for the test.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestCanvasController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestCanvasController.html" title="class in tests">PraktikumHolonsTestCanvasController</a></dt> <dd> <div class="block">Setup for the tests.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestCategoryController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestCategoryController.html" title="class in tests">PraktikumHolonsTestCategoryController</a></dt> <dd> <div class="block">Setup for the Tests.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestConsoleController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestConsoleController.html" title="class in tests">PraktikumHolonsTestConsoleController</a></dt> <dd> <div class="block">Setup.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestGlobalController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestGlobalController.html" title="class in tests">PraktikumHolonsTestGlobalController</a></dt> <dd> <div class="block">Setup.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestLoadAndStoreController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestLoadAndStoreController.html" title="class in tests">PraktikumHolonsTestLoadAndStoreController</a></dt> <dd> <div class="block">Setup for the Tests.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestObjectController.html#setUp--">setUp()</a></span> - Method in class tests.<a href="../tests/PraktikumHolonsTestObjectController.html" title="class in tests">PraktikumHolonsTestObjectController</a></dt> <dd> <div class="block">Setup for the Tests.</div> </dd> <dt><a href="../ui/view/ShowedInformationPopUp.html" title="class in ui.view"><span class="typeNameLink">ShowedInformationPopUp</span></a> - Class in <a href="../ui/view/package-summary.html">ui.view</a></dt> <dd> <div class="block">This Class represents a Popup to edit the shown Information.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/ShowedInformationPopUp.html#ShowedInformationPopUp-ui.view.MyCanvas-">ShowedInformationPopUp(MyCanvas)</a></span> - Constructor for class ui.view.<a href="../ui/view/ShowedInformationPopUp.html" title="class in ui.view">ShowedInformationPopUp</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><a href="../ui/controller/SimulationManager.html" title="class in ui.controller"><span class="typeNameLink">SimulationManager</span></a> - Class in <a href="../ui/controller/package-summary.html">ui.controller</a></dt> <dd> <div class="block">Controller for Simulation.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/SimulationManager.html#SimulationManager-ui.model.Model-">SimulationManager(Model)</a></span> - Constructor for class ui.controller.<a href="../ui/controller/SimulationManager.html" title="class in ui.controller">SimulationManager</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><a href="../ui/view/SimulationMenu.html" title="class in ui.view"><span class="typeNameLink">SimulationMenu</span></a> - Class in <a href="../ui/view/package-summary.html">ui.view</a></dt> <dd> <div class="block">This Class represents the Menu, where you can edit stuff about the Simulation.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/SimulationMenu.html#SimulationMenu-ui.model.Model-ui.controller.Control-">SimulationMenu(Model, Control)</a></span> - Constructor for class ui.view.<a href="../ui/view/SimulationMenu.html" title="class in ui.view">SimulationMenu</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><a href="../ui/controller/StoreController.html" title="class in ui.controller"><span class="typeNameLink">StoreController</span></a> - Class in <a href="../ui/controller/package-summary.html">ui.controller</a></dt> <dd> <div class="block">Controller for Storage.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/controller/StoreController.html#StoreController-ui.model.Model-">StoreController(Model)</a></span> - Constructor for class ui.controller.<a href="../ui/controller/StoreController.html" title="class in ui.controller">StoreController</a></dt> <dd> <div class="block">Constructor.</div> </dd> <dt><a href="../classes/SubNet.html" title="class in classes"><span class="typeNameLink">SubNet</span></a> - Class in <a href="../classes/package-summary.html">classes</a></dt> <dd> <div class="block">The class "subNet" represents ....</div> </dd> <dt><span class="memberNameLink"><a href="../classes/SubNet.html#SubNet-java.util.ArrayList-java.util.ArrayList-java.util.ArrayList-">SubNet(ArrayList<HolonObject>, ArrayList<CpsEdge>, ArrayList<HolonSwitch>)</a></span> - Constructor for class classes.<a href="../classes/SubNet.html" title="class in classes">SubNet</a></dt> <dd> <div class="block">Constructor for a Subnet.</div> </dd> <dt><span class="memberNameLink"><a href="../tests/PraktikumHolonsTestSuite.html#suite--">suite()</a></span> - Static method in class tests.<a href="../tests/PraktikumHolonsTestSuite.html" title="class in tests">PraktikumHolonsTestSuite</a></dt> <dd> <div class="block">Test Suite.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/UnitGraph.html#switchDragged-java.awt.event.MouseEvent-">switchDragged(MouseEvent)</a></span> - Method in class ui.view.<a href="../ui/view/UnitGraph.html" title="class in ui.view">UnitGraph</a></dt> <dd> <div class="block">When a Point of a switch is dragged.</div> </dd> <dt><span class="memberNameLink"><a href="../ui/view/UnitGraph.html#switchPressed-java.awt.event.MouseEvent-">switchPressed(MouseEvent)</a></span> - Method in class ui.view.<a href="../ui/view/UnitGraph.html" title="class in ui.view">UnitGraph</a></dt> <dd> <div class="block">When a point of a Switch is pressed.</div> </dd> <dt><span class="memberNameLink"><a href="../classes/HolonSwitch.html#switchState--">switchState()</a></span> - Method in class classes.<a href="../classes/HolonSwitch.html" title="class in classes">HolonSwitch</a></dt> <dd> <div class="block">Calculates the state of the Switch.</div> </dd> </dl> <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a href="index-22.html">Y</a> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-15.html">Prev Letter</a></li> <li><a href="index-17.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li> <li><a href="index-16.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>