Package za.co.wethinkcode.robots.shared
Interface Command
- All Known Subinterfaces:
ClientCommand
- All Known Implementing Classes:
DumpCommand,LaunchClientCommand,LookClientCommand,QuitCommand,RobotsCommand,StateClientCommand
public interface Command
Interface that abstracts all serverCommands and promises all serverCommands will return a commandResult
-
Method Summary
-
Method Details
-
execute
- Parameters:
args- arguments for this CommandworldState- the current state of the world- Returns:
- an immutable evaluation of the command
-