de.jaetzold.art.examples
Interface LiSeSimpleAlgorithm.Robot

All Known Implementing Classes:
LiSeSimpleBaseRobot
Enclosing class:
LiSeSimpleAlgorithm

public static interface LiSeSimpleAlgorithm.Robot


Method Summary
 double getFollowSpeed()
           
 double getMaxLeftAngle()
           
 double getMaxRightAngle()
           
 double getSearchSpeed()
           
 Servo getTurnServo()
           
 

Method Detail

getMaxRightAngle

public double getMaxRightAngle()

getMaxLeftAngle

public double getMaxLeftAngle()

getSearchSpeed

public double getSearchSpeed()

getFollowSpeed

public double getFollowSpeed()

getTurnServo

public Servo getTurnServo()