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 AbstractSimulationCollectorManager
getManager, setManagerMethods inherited from class AbstractSimulationManager
buildObjects, buildSchedule, dispose, getEngine, getId, setEngineMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SimulationCollectorManager
getManager, setManagerMethods inherited from interface 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
-