simulation
Class StraightBehavior

java.lang.Object
  extended bysimulation.StraightBehavior
All Implemented Interfaces:
Behavior

public class StraightBehavior
extends java.lang.Object
implements Behavior


Field Summary
private  MoveableSimulton simulton
           
 
Constructor Summary
(package private) StraightBehavior(MoveableSimulton s)
           
 
Method Summary
 void doIt(Model m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simulton

private MoveableSimulton simulton
Constructor Detail

StraightBehavior

StraightBehavior(MoveableSimulton s)
Method Detail

doIt

public void doIt(Model m)
Specified by:
doIt in interface Behavior