sim.engine
Interface Steppable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Display2D, Display3D, MultiStep, Sequence, 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)