de.jaetzold.art.examples
Class SimpleTrusty

java.lang.Object
  |
  +--de.jaetzold.art.examples.SimpleTrusty

public class SimpleTrusty
extends Object


Field Summary
protected  int backupTime
           
protected  DriveTrain chassis
           
protected  int turnTime
           
 
Constructor Summary
SimpleTrusty(de.jaetzold.art.examples.SimpleTrusty.Robot robot)
           
 
Method Summary
 void bumpedLeft()
           
 void bumpedRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chassis

protected DriveTrain chassis

backupTime

protected int backupTime

turnTime

protected int turnTime
Constructor Detail

SimpleTrusty

public SimpleTrusty(de.jaetzold.art.examples.SimpleTrusty.Robot robot)
Method Detail

bumpedLeft

public void bumpedLeft()

bumpedRight

public void bumpedRight()