Package ctf.evaluation.simulator.responses

Replies that the simulator may send us

See:
          Description

Class Summary
CommandResponse A response to a command
CTFResponse A "CTF2008" response
ErrorResponse An error message
ErrorResponses  
GameOverResponse A GameOver response
PlacementResponse A response to a command
Response A simulator's response to a command or query
SideResponse A response to "want_side [Int]"
StateResponse A response to the 'getState' query
TreesResponse A response to the 'getState' query
VersionResponse A response giving the STEAL version
 

Enum Summary
GameOverException.Outcome  
GameOverResponse.Result How a game can end
RoundOverException.Reason  
 

Exception Summary
GameOverException The game has been reset
RoundOverException The game has been reset
 

Package ctf.evaluation.simulator.responses Description

Replies that the simulator may send us