From: Fabian Stemmler Date: Sun, 16 Jun 2019 21:21:12 +0000 (+0200) Subject: Simplified file representation of SubmodelComponents X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=b555e4c29e14f455d8ffbc810284c7bb44b459f9;hp=b555e4c29e14f455d8ffbc810284c7bb44b459f9;p=Mograsim.git Simplified file representation of SubmodelComponents Merged SubmodelComponentParams and the SimpleRectangularComponentParams into one, by adding a map of specialized parameters to SubmodelComponentParams. There is only one file type now, so the distinction via file extension is no longer required. This new system still requires some clean up, but should be extensible when new subclasses of SubmodelComponent are created. ---