Package sim.engine

Interface Stoppable

All Superinterfaces:
Serializable
All Known Implementing Classes:
AsynchronousSteppable, IterativeRepeat, Repeat, TentativeStep

public interface Stoppable extends Serializable
Stoppable objects can be prevented from being stepped any further by calling their stop() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • stop

      void stop()