Completely changed the structure and switched to Eclipse Plugin.
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / SubmodelComponent.java
index 08e7d1a..bb6cca1 100644 (file)
@@ -396,6 +396,16 @@ public abstract class SubmodelComponent extends GUIComponent
                return params;
        }
 
+       public List<GUIComponent> getComponents()
+       {
+               return submodel.getComponents();
+       }
+
+       public List<GUIWire> getWires()
+       {
+               return submodel.getWires();
+       }
+
        // operations no longer supported
 
        @Override