Interface SimulationRunner

  • All Known Implementing Classes:
    SimulationRunnerImpl

    public interface SimulationRunner
    Simulation runner. The implementations of this type run the simulation instances.
    Version:
    1.0
    Author:
    Erhan Bagdemir
    See Also:
    Simulation
    • Method Detail

      • start

        void start()
        Starts the simulation instance.
      • stop

        void stop()
        Stop the simulation instance.