com.yobotics.simulationconstructionset.robotController
Class ModularRobotController

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

public class ModularRobotController
extends AbstractModularRobotController
implements RobotController


Constructor Summary
ModularRobotController(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
 
Methods inherited from interface com.yobotics.simulationconstructionset.robotController.RobotControlElement
getDescription, getName, getYoVariableRegistry, initialize
 

Constructor Detail

ModularRobotController

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

doControl

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