Package microsim.engine
Interface SimulationCollectorManager
-
- All Superinterfaces:
SimulationManager
- All Known Subinterfaces:
SimulationObserverManager
- All Known Implementing Classes:
AbstractSimulationCollectorManager,AbstractSimulationObserverManager
public interface SimulationCollectorManager extends SimulationManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimulationManagergetManager()voidsetManager(SimulationManager manager)-
Methods inherited from interface microsim.engine.SimulationManager
buildObjects, buildSchedule, dispose, getEngine, getId, setEngine
-
-
-
-
Method Detail
-
setManager
void setManager(SimulationManager manager)
-
getManager
SimulationManager getManager()
-
-