de.jaetzold.art.examples
Class LiSeSimpleMSDemoRobot

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

public class LiSeSimpleMSDemoRobot
extends LiSeSimpleBaseRobot


Fields inherited from class de.jaetzold.art.examples.LiSeSimpleBaseRobot
followSpeed, maxLeftAngle, maxRightAngle, searchSpeed, turnServo
 
Constructor Summary
LiSeSimpleMSDemoRobot()
           
LiSeSimpleMSDemoRobot(RobotInterface iface)
           
LiSeSimpleMSDemoRobot(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

LiSeSimpleMSDemoRobot

public LiSeSimpleMSDemoRobot(RobotInterface iface)

LiSeSimpleMSDemoRobot

public LiSeSimpleMSDemoRobot(String interfacePortName)

LiSeSimpleMSDemoRobot

public LiSeSimpleMSDemoRobot()
Method Detail

main

public static void main(String[] argv)