- writeCanvasElements(JSONObject) - Method in class ui.controller.StoreController
-
Write Canvas Elements.
- writeCanvasFile(String) - Method in class ui.controller.StoreController
-
Write the Canvas File.
- writeCanvasObjects(JSONObject) - Method in class ui.controller.StoreController
-
Wrte Canvas Objects.
- writeCategory(JSONObject) - Method in class ui.controller.StoreController
-
writes all Categories into a JSONObject.
- writeCategoryElements(JSONObject) - Method in class ui.controller.StoreController
-
writes all Elements in Objects in Category into a JSONObject.
- writeCategoryFile(String) - Method in class ui.controller.StoreController
-
Write the Category File.
- writeCategoryObjects(JSONObject) - Method in class ui.controller.StoreController
-
writes all Objects in Category into a JSONObject.
- writeEdges(JSONObject) - Method in class ui.controller.StoreController
-
write all Edges into a JSONObject.
- writeElementGraph(JSONObject) - Method in class ui.controller.StoreController
-
writes the Graph from all Elements into a JSONObject.
- writeSaveFile(String) - Method in class ui.controller.StoreController
-
Writes the current State of the Modelling into a JSON File which can be
loaded.