Uses of Class
ctf.evaluation.simulator.responses.GameOverResponse.Result

Packages that use GameOverResponse.Result
ctf.evaluation.simulator.responses Replies that the simulator may send us 
 

Uses of GameOverResponse.Result in ctf.evaluation.simulator.responses
 

Methods in ctf.evaluation.simulator.responses that return GameOverResponse.Result
static GameOverResponse.Result GameOverResponse.Result.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameOverResponse.Result[] GameOverResponse.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ctf.evaluation.simulator.responses with parameters of type GameOverResponse.Result
GameOverResponse(Connection connection, GameOverResponse.Result expectedOutcome)
          Constructor.