Fixed package naming
authorChristian Femers <femers@in.tum.de>
Thu, 11 Jul 2019 19:57:21 +0000 (21:57 +0200)
committerChristian Femers <femers@in.tum.de>
Thu, 11 Jul 2019 19:57:21 +0000 (21:57 +0200)
net.mograsim.logic.model/src/net/mograsim/logic/model/serializing/standardComponentIDMapping.json
net.mograsim.logic.model/src/net/mograsim/logic/model/serializing/standardSnippetIDMapping.json

index 366f9c2..ad0194a 100644 (file)
@@ -8,9 +8,9 @@ mograsim version: 0.1.3
   "GUIAm2901DestDecode": "file:components/am2901/GUIAm2901DestDecode.json",
   "GUIAm2901QReg": "file:components/am2901/GUIAm2901QReg.json",
   "GUIAm2901SourceDecode": "file:components/am2901/GUIAm2901SourceDecode.json",
-  "GUIAndGate": "class:net.mograsim.logic.ui.model.components.atomic.GUIAndGate",
-  "GUINandGate": "class:net.mograsim.logic.ui.model.components.atomic.GUINandGate",
-  "GUIOrGate": "class:net.mograsim.logic.ui.model.components.atomic.GUIOrGate",
+  "GUIAndGate": "class:net.mograsim.logic.model.model.components.atomic.GUIAndGate",
+  "GUINandGate": "class:net.mograsim.logic.model.model.components.atomic.GUINandGate",
+  "GUIOrGate": "class:net.mograsim.logic.model.model.components.atomic.GUIOrGate",
   "GUI_rsLatch": "file:components/GUI_rsLatch.json",
   "GUIand": "file:components/GUIand.json",
   "GUIand41": "file:components/GUIand41.json",
@@ -32,5 +32,5 @@ mograsim version: 0.1.3
   "GUIsel2_4": "file:components/GUIsel2_4.json",
   "GUIsel3_4": "file:components/GUIsel3_4.json",
   "GUIxor": "file:components/GUIxor.json",
-  "WireCrossPoint": "class:net.mograsim.logic.ui.model.wires.WireCrossPoint"
+  "WireCrossPoint": "class:net.mograsim.logic.model.model.wires.WireCrossPoint"
 }
\ No newline at end of file
index 0f25c8c..db79c5f 100644 (file)
@@ -2,8 +2,8 @@ mograsim version: 0.1.3
 {
   "standardOutlineRendererSuppliers": {},
   "standardSymbolRendererSuppliers": {
-    "CenteredTextSymbolRenderer": "net.mograsim.logic.ui.serializing.snippets.symbolrenderers.CenteredTextSymbolRenderer",
-    "SimpleRectangularLikeSymbolRenderer": "net.mograsim.logic.ui.serializing.snippets.symbolrenderers.SimpleRectangularLikeSymbolRenderer"
+    "CenteredTextSymbolRenderer": "net.mograsim.logic.model.serializing.snippets.symbolrenderers.CenteredTextSymbolRenderer",
+    "SimpleRectangularLikeSymbolRenderer": "net.mograsim.logic.model.serializing.snippets.symbolrenderers.SimpleRectangularLikeSymbolRenderer"
   },
   "standardHighLevelStateHandlerSuppliers": {}
 }
\ No newline at end of file