- readsInputFromFile() - Method in interface edu.csus.ecs.pc2.api.IProblem
-
Returns true if the Contest Administrator has specified that solutions to this problem are supposed
to read their input from a data file; false otherwise.
- readsInputFromStdIn() - Method in interface edu.csus.ecs.pc2.api.IProblem
-
Returns true if the Contest Administrator has specified that solutions to this problem are supposed
to read their input from a data file; false otherwise.
- removeClarificationListener(IClarificationEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Remove the specified clarification event listener from the contest.
- removeConnectionListener(IConnectionEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Remove the specified connection event listener from the contest.
- removeContestConfigurationUpdateListener(IConfigurationUpdateListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Remove the specified Contest Configuration Update listener from the contest.
- removeRunListener(IRunEventListener) - Method in interface edu.csus.ecs.pc2.api.IContest
-
Remove the specified run event listener from the contest.
- runCheckedOut(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when a run has been checked by a judge.
- runCompiling(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run is being compiled.
- runDeleted(IRun) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run has been deleted from the contest (marked as deleted by the Contest Administrator).
- runExecuting(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run is being executed.
- runJudged(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run has been judged; that is, has had a Judgement applied to it.
- runJudgingCanceled(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked if the run is re-queued for judgement.
- runSubmitted(IRun) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when a new run has been added to the contest.
- runUpdated(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run has been updated (modified) in some way.
- runValidating(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run is being validated.