time
Interface Timed

All Known Implementing Classes:
AdaptiveSig1JunModel, AdaptiveSig2JunModel, BridgeJunctionModel, Car, CarGenerator, GiveWayJunctionModel, JunctionModel, Sig1JunctionModel, Sig2JunctionModel, SimPanel, TurnOffJunctionModel

public interface Timed

Interface that timed object must implement


Method Summary
 void pretick()
           
 void tick()
           
 

Method Detail

pretick

public void pretick()
             throws TimeStop

tick

public void tick()