Uses of Interface
edu.csus.ecs.pc2.api.IJudgement

Packages that use IJudgement
edu.csus.ecs.pc2.api PC2 API. 
edu.csus.ecs.pc2.api.listener PC2 API Listeners and Listener events. 
 

Uses of IJudgement in edu.csus.ecs.pc2.api
 

Methods in edu.csus.ecs.pc2.api that return IJudgement
 IJudgement IRunJudgement.getJudgement()
          Get the judgement assigned to the run by the Judges.
 IJudgement[] IContest.getJudgements()
          Get a list of all currently-defined (i.e., possible) judgements.
 

Uses of IJudgement in edu.csus.ecs.pc2.api.listener
 

Methods in edu.csus.ecs.pc2.api.listener that return IJudgement
 IJudgement ContestEvent.getJudgement()
          Get the Judgement associated with events of type ContestEvent.EventType.JUDGEMENT.
 

Constructors in edu.csus.ecs.pc2.api.listener with parameters of type IJudgement
ContestEvent(ContestEvent.EventType eventType, IJudgement judgement)
          Construct an event representing a change in a contest Judgement.