- readCanvasObject(JSONArray) - Method in class ui.controller.LoadController
-
Read all Objects in Canvas from JSON File.
- readCategory(JSONArray) - Method in class ui.controller.LoadController
-
Read all Categories from the JSON file.
- readCategoryObject(JSONArray) - Method in class ui.controller.LoadController
-
Read all Objects in Category from the JSON File.
- readEdge(JSONArray) - Method in class ui.controller.LoadController
-
Read.
- readElement(JSONArray) - Method in class ui.controller.LoadController
-
Read all Elements in Category and Canvas from JSON File.
- readElementGraph(JSONArray) - Method in class ui.controller.LoadController
-
Read the Element Graph.
- readJson(String) - Method in class ui.controller.LoadController
-
Reads the the JSON File and load the state into the Model.
- removeCategory(Category) - Method in class ui.controller.CategoryController
-
remove a Category from Model.
- removeEdgesOnCanvas(CpsEdge) - Method in class ui.controller.CanvasController
-
Removes an Edge from the Canvas.
- removeEdgesOnCanvas(CpsEdge) - Method in class ui.controller.Control
-
Removes an Edge from the Canvas.
- removeEdgesOnCanvas(CpsEdge) - Method in class ui.model.Model
-
Remove an edge from the Canvas.
- removeFromToHandle(int) - Method in class ui.controller.SimulationManager
-
removes an Object that already has been handled with.
- removeObject(Category, AbstractCpsObject) - Method in class ui.controller.CategoryController
-
Removes an Object from a Category.
- renameObj(AbstractCpsObject, String) - Method in class ui.view.SearchPopUp
-
Rename an Object.
- repaintWithNewElement(ArrayList<HolonElement>) - Method in class ui.view.UnitGraph
-
Visualize the HolonElement on the Graph.
- repaintWithNewSwitch(HolonSwitch) - Method in class ui.view.UnitGraph
-
Visualize the Switch on the Graph.
- reset() - Method in class ui.controller.SimulationManager
-
Reset all Data to the current state of the Model.
- reset() - Method in class ui.view.UnitGraph
-
Resets the Points for the Element.
- resetBorderColor(AbstractCpsObject) - Method in class api.CpsAPI
-
resets the bordercolor of given object to default (white).
- resetBorderColorForAll() - Method in class api.CpsAPI
-
resets the bordercolor for all objects on canvas.
- resetCategorys() - Method in class ui.controller.Control
-
init default category and objects.
- resetConnections(AbstractCpsObject, ArrayList<Integer>, ArrayList<CpsEdge>) - Method in class ui.controller.SimulationManager
-
Reset the Connection.
- resetCounter() - Static method in class classes.IdCounter
-
Reset the Counter.
- resetCounter() - Static method in class classes.IdCounterElem
-
Reset the Counter.
- resetTags() - Method in class classes.AbstractCpsObject
-
Rest the tags to Null.
- runAlgorithm() - Method in class api.AbstractAlgorithmSuperClass
-
This method will be called in each Iteration.
- runAlgorithm() - Method in interface api.CpsAlgorithm
-
This Method will be called in each Iteration.