Uses of Class
ctf.evaluation.simulator.responses.RoundOverException.Reason

Packages that use RoundOverException.Reason
ctf.evaluation.simulator.responses Replies that the simulator may send us 
 

Uses of RoundOverException.Reason in ctf.evaluation.simulator.responses
 

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