Interface SimulationManager

All Known Subinterfaces:
SimulationCollectorManager, SimulationObserverManager
All Known Implementing Classes:
AbstractSimulationCollectorManager, AbstractSimulationManager, AbstractSimulationObserverManager

public interface SimulationManager
The model deals mainly with specification issues, creating objects, relations between objects, and defining the order of events that take place in the simulation.
  • Method Details

    • getId

      String getId()
    • getEngine

      SimulationEngine getEngine()
    • setEngine

      void setEngine(SimulationEngine engine)
    • buildObjects

      void buildObjects()
    • buildSchedule

      void buildSchedule()
    • dispose

      void dispose()