com.yobotics.simulationconstructionset.robotController
Class SliderBoardRobotController

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

public abstract class SliderBoardRobotController
extends java.lang.Object
implements RobotController


Constructor Summary
SliderBoardRobotController()
           
 
Method Summary
abstract  void initializeSliders()
           
abstract  void register()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.yobotics.simulationconstructionset.robotController.RobotController
doControl
 
Methods inherited from interface com.yobotics.simulationconstructionset.robotController.RobotControlElement
getDescription, getName, getYoVariableRegistry, initialize
 

Constructor Detail

SliderBoardRobotController

public SliderBoardRobotController()
Method Detail

initializeSliders

public abstract void initializeSliders()

register

public abstract void register()