Package sim.engine

Interface Steppable

All Superinterfaces:
Serializable
All Known Subinterfaces:
Stopping
All Known Implementing Classes:
Display2D, Display3D, IterativeRepeat, MethodStep, MultiStep, ParallelSequence, RandomSequence, RateAdjuster, Repeat, Sequence, TentativeStep, WeakStep

public interface Steppable extends Serializable
Something that can be stepped
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    step(SimState state)
     
  • Method Details