sim.engine
Interface Steppable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Display2D, Display3D, MethodStep, MultiStep, ParallelSequence, RandomSequence, RateAdjuster, Repeat, Sequence, TentativeStep, WeakStep

public interface Steppable
extends java.io.Serializable

Something that can be stepped


Method Summary
 void step(SimState state)
           
 

Method Detail

step

void step(SimState state)