Added first test structures for Am2904 and Am2910
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / model / components / atomic / SimpleRectangularHardcodedGUIComponent.java
index bad9b94..1ced6d4 100644 (file)
@@ -72,7 +72,7 @@ public abstract class SimpleRectangularHardcodedGUIComponent extends GUIComponen
 
        // logic
 
-       protected abstract void recalculate(Map<String, ReadEnd> readEnds, Map<String, ReadWriteEnd> readWriteEnds);
+       protected abstract Object recalculate(Object lastState, Map<String, ReadEnd> readEnds, Map<String, ReadWriteEnd> readWriteEnds);
 
        // "graphical" operations