Uses of Record Class
za.co.wethinkcode.robots.server.serverRobot.RobotState
Packages that use RobotState
Package
Description
All classes and subpackages in this package are used by the client binary.
Classes in this package are focused on helping the client robot work
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
This package contains classes that encapsulate internal server error handling
This package contains all the responses that the server gives back to the client
All classes in this package manage how robots work on the serverside
-
Uses of RobotState in za.co.wethinkcode.robots.client
Methods in za.co.wethinkcode.robots.client that return RobotStateModifier and TypeMethodDescriptionClientSideServerResponse.getState()Getter for the robot state associated with this target botMethods in za.co.wethinkcode.robots.client with parameters of type RobotStateConstructors in za.co.wethinkcode.robots.client with parameters of type RobotStateModifierConstructorDescriptionClientSideServerResponse(Map<String, Object> data, ServerResponse.ServerResponseCode result, RobotState state) Constructor for ClientSideServerResponse without state -
Uses of RobotState in za.co.wethinkcode.robots.client.clientRobot
Constructors in za.co.wethinkcode.robots.client.clientRobot with parameters of type RobotStateModifierConstructorDescriptionBoringClientBot(String name, RobotState robotState) Construction of a robot from a RobotState -
Uses of RobotState in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that return RobotStateModifier and TypeMethodDescriptionStateClientCommand.StateCommandResult.getRobotState()Getter of the State command robot state -
Uses of RobotState in za.co.wethinkcode.robots.server.errors
Methods in za.co.wethinkcode.robots.server.errors with parameters of type RobotStateModifier and TypeMethodDescriptionErrorResponseBuilder.setState(RobotState state) Setter for the State of the robot -
Uses of RobotState in za.co.wethinkcode.robots.server.serverResponse
Methods in za.co.wethinkcode.robots.server.serverResponse that return RobotStateModifier and TypeMethodDescriptionStateServerResponse.getRobotState()Getter for this evaluated RobotStateLaunchCommandServerResponse.getState() -
Uses of RobotState in za.co.wethinkcode.robots.server.serverRobot
Fields in za.co.wethinkcode.robots.server.serverRobot declared as RobotStateMethods in za.co.wethinkcode.robots.server.serverRobot that return RobotStateMethods in za.co.wethinkcode.robots.server.serverRobot with parameters of type RobotStateModifier and TypeMethodDescriptionvoidServerRobot.setState(RobotState robotState) Easy setter for updating a robot's state