Interface SimulationRunner

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      Starts the simulation instance.
      void stop()
      Stop the simulation instance, by shutting down all components.
    • Method Detail

      • start

        void start()
        Starts the simulation instance.

      • stop

        void stop()
        Stop the simulation instance, by shutting down all components.