Package za.co.wethinkcode.robots.server.clientCommands
package za.co.wethinkcode.robots.server.clientCommands
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.
The evaluated result of each command is normally stored as a subclass of each unevaluated command.
-
ClassDescriptionInterface for all client commands that get executed on the serverFactory pattern for processing Client CommandsAbstract parent class of the result of a client's command being executedRecord Class of the arguments needed to launch a robotRecord Class that stores a thing being looked at from some target's positionInterface that implies that a commandResult will change the state of the mutable world.