Uses of Class
ctf.evaluation.simulator.responses.GameOverException.Outcome

Packages that use GameOverException.Outcome
ctf.evaluation.simulator.responses Replies that the simulator may send us 
 

Uses of GameOverException.Outcome in ctf.evaluation.simulator.responses
 

Methods in ctf.evaluation.simulator.responses that return GameOverException.Outcome
static GameOverException.Outcome GameOverException.Outcome.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameOverException.Outcome[] GameOverException.Outcome.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 GameOverException.Outcome
GameOverException(GameOverException.Outcome outcome)
          Default constructor