com.yobotics.simulationconstructionset.robotController
Class DelayedThreadedModularRobotController

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotController.AbstractModularRobotController
      extended by com.yobotics.simulationconstructionset.robotController.DelayedThreadedModularRobotController
All Implemented Interfaces:
RobotControlElement, RobotController

public class DelayedThreadedModularRobotController
extends AbstractModularRobotController


Constructor Summary
DelayedThreadedModularRobotController(java.lang.String name)
           
 
Method Summary
 void doControl()
           
 
Methods inherited from class com.yobotics.simulationconstructionset.robotController.AbstractModularRobotController
addRobotController, getDescription, getName, getOutputProcessor, getRawOutputWriter, getRawSensorReader, getRobotControllers, getSensorProcessor, getYoVariableRegistry, initialize, setOutputProcessor, setRawOutputWriter, setRawSensorReader, setSensorProcessor, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedThreadedModularRobotController

public DelayedThreadedModularRobotController(java.lang.String name)
Method Detail

doControl

public void doControl()
Specified by:
doControl in interface RobotController
Specified by:
doControl in class AbstractModularRobotController