sim.engine
Interface Steppable

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Asynchronous
All Known Implementing Classes:
AsynchronousSteppable, Display2D, Display3D, MultiStep, Sequence, TentativeStep, WeakStep

public interface Steppable
extends java.io.Serializable

Something that can be stepped


Method Summary
 void step(SimState state)
           
 

Method Detail

step

public void step(SimState state)