Package sim.engine

Interface Stopping

All Superinterfaces:
Serializable, Steppable

public interface Stopping extends Steppable
Stopping objects can store Stoppables. This class is primarily used by the Distributed code. Notably: TentativeStep and Iterative Repeat are *not* Stopping objects, so the Schedule can distinguish them properly.
  • Method Details

    • getStoppable

      Stoppable getStoppable()
    • isStopped

      boolean isStopped()
    • setStoppable

      void setStoppable(Stoppable stop)