This commit is contained in:
hneemann 2017-03-05 22:34:44 +01:00
parent 5932987a20
commit 2dcebd49b7

View File

@ -11,7 +11,7 @@ import java.util.HashSet;
/** /**
* Checks if a temporary burn condition is still present after the step is completed. * Checks if a temporary burn condition is still present after the step is completed.
* If so an exception is thrown. * If so an exception is thrown.
* Handles also the switches * Handles also the reconfiguration of the nets if a switches has changed.
*/ */
public final class BusModelStateObserver implements ModelStateObserver { public final class BusModelStateObserver implements ModelStateObserver {
private final ArrayList<AbstractBusHandler> busList; private final ArrayList<AbstractBusHandler> busList;