- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- runJudgingCanceled(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked if the run is re-queued for judgement.
- runListenerChanged(boolean) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
-
Turn run listener on and off
- runReport(Object) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
-
Run the input report.
- RunStates - Enum in edu.csus.ecs.pc2.api
-
Run states.
- runSubmitted(IRun) - Method in class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- 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 class edu.csus.ecs.pc2.api.ContestTestFrame.RunListener
-
- runValidating(IRun, boolean) - Method in interface edu.csus.ecs.pc2.api.listener.IRunEventListener
-
Invoked when an existing run is being validated.