Uses of Class
com.yobotics.simulationconstructionset.RobotControllerAndParameters

Packages that use RobotControllerAndParameters
com.yobotics.simulationconstructionset   
 

Uses of RobotControllerAndParameters in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset that return types with arguments of type RobotControllerAndParameters
 java.util.ArrayList<RobotControllerAndParameters> Robot.getControllers()
           
 

Methods in com.yobotics.simulationconstructionset with parameters of type RobotControllerAndParameters
 void Robot.setController(RobotControllerAndParameters controllerAndParameters)
           
 

Method parameters in com.yobotics.simulationconstructionset with type arguments of type RobotControllerAndParameters
 void Robot.setControllersAndCallInitialization(java.util.ArrayList<RobotControllerAndParameters> robotControllersAndParameters)