Added file representation for SimpleRectangularSubmodelComponents
authorFabian Stemmler <stemmler@in.tum.de>
Mon, 10 Jun 2019 20:07:36 +0000 (22:07 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Mon, 10 Jun 2019 20:07:36 +0000 (22:07 +0200)
commit2f19440eb67d0072a7df2c1c987c047ca5095f8b
tree3d5e3c5d7c719bef074e184c48e43d30e618018f
parent24df9e92960e5ba7e0aca69b4d1a3d2a73c1688d
Added file representation for SimpleRectangularSubmodelComponents

SimpleRectangularSubmodelComponents can now be saved into a .json file
(via ComponentParams writeJSON method)
GUICustomComponents can now be created from a .json file
This system does not yet support general SubmodelComponents and thus the
format is still subject to change.
net.mograsim.logic.ui/META-INF/MANIFEST.MF
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/ComponentParams.java [new file with mode: 0644]
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/GUICustomComponent.java [new file with mode: 0644]
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/SimpleRectangularSubmodelComponent.java
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/SubmodelComponent.java
net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/wires/GUIWire.java