de.jaetzold.art.examples
Class LiSeSimpleFTDemoRobot

java.lang.Object
  |
  +--de.jaetzold.art.examples.LiSeSimpleBaseRobot
        |
        +--de.jaetzold.art.examples.LiSeSimpleFTDemoRobot
All Implemented Interfaces:
LiSeSimpleAlgorithm.Robot

public class LiSeSimpleFTDemoRobot
extends LiSeSimpleBaseRobot


Fields inherited from class de.jaetzold.art.examples.LiSeSimpleBaseRobot
followSpeed, maxLeftAngle, maxRightAngle, searchSpeed, turnServo
 
Constructor Summary
LiSeSimpleFTDemoRobot()
           
LiSeSimpleFTDemoRobot(RobotInterface ft)
           
LiSeSimpleFTDemoRobot(String interfacePortName)
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class de.jaetzold.art.examples.LiSeSimpleBaseRobot
getFollowSpeed, getMaxLeftAngle, getMaxRightAngle, getSearchSpeed, getTurnServo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiSeSimpleFTDemoRobot

public LiSeSimpleFTDemoRobot(RobotInterface ft)

LiSeSimpleFTDemoRobot

public LiSeSimpleFTDemoRobot(String interfacePortName)

LiSeSimpleFTDemoRobot

public LiSeSimpleFTDemoRobot()
Method Detail

main

public static void main(String[] argv)