Removed visitor pattern used for one test only
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUIManualSwitch.java
index bb68d26..43c7199 100644 (file)
@@ -79,6 +79,11 @@ public class GUIManualSwitch extends GUIComponent
                return true;
        }
 
+       public ManualSwitch getManualSwitch()
+       {
+               return logicSwitch;
+       }
+
        public Pin getOutputPin()
        {
                return outputPin;