Package microsim.engine
Class AbstractSimulationObserverManager
java.lang.Object
microsim.engine.AbstractSimulationManager
microsim.engine.AbstractSimulationCollectorManager
microsim.engine.AbstractSimulationObserverManager
- All Implemented Interfaces:
SimulationCollectorManager,SimulationManager,SimulationObserverManager
public abstract class AbstractSimulationObserverManager
extends AbstractSimulationCollectorManager
implements SimulationObserverManager
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSimulationObserverManager(SimulationManager manager, SimulationCollectorManager simulationCollectionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class microsim.engine.AbstractSimulationCollectorManager
getManager, setManagerMethods inherited from class microsim.engine.AbstractSimulationManager
buildObjects, buildSchedule, dispose, getEngine, getId, setEngineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface microsim.engine.SimulationCollectorManager
getManager, setManagerMethods inherited from interface microsim.engine.SimulationManager
buildObjects, buildSchedule, dispose, getEngine, getId, setEngine
-
Constructor Details
-
AbstractSimulationObserverManager
public AbstractSimulationObserverManager(SimulationManager manager, SimulationCollectorManager simulationCollectionManager)
-
-
Method Details
-
setCollectorManager
- Specified by:
setCollectorManagerin interfaceSimulationObserverManager
-
getCollectorManager
- Specified by:
getCollectorManagerin interfaceSimulationObserverManager
-