com.yobotics.simulationconstructionset
Class RobotControllerAndParameters

java.lang.Object
  extended by com.yobotics.simulationconstructionset.RobotControllerAndParameters

public class RobotControllerAndParameters
extends java.lang.Object


Constructor Summary
RobotControllerAndParameters(RobotController controller, int simulationTicksPerControlTick)
           
 
Method Summary
 RobotController getController()
           
 int getSimulationTicksPerControlTick()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotControllerAndParameters

public RobotControllerAndParameters(RobotController controller,
                                    int simulationTicksPerControlTick)
Method Detail

getController

public RobotController getController()

getSimulationTicksPerControlTick

public int getSimulationTicksPerControlTick()