- IClarification - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Clarification.
- IClarificationEventListener - Interface in edu.csus.ecs.pc2.api
-
This interface describes the set of methods that any Clarification Listener must implement.
- IClient - Interface in edu.csus.ecs.pc2.api
-
This interface defines the view which is visible through the PC2 API of a PC2 "Client".
- IClient.ClientType - Enum in edu.csus.ecs.pc2.api
-
This enumerates the Client types defined in the system (that is, the types of Clients visible through the PC2 API).
- IConfigurationUpdateListener - Interface in edu.csus.ecs.pc2.api.listener
-
This interface defines the set of methods that any Contest Configuration Update Listener must implement.
- IConnectionEventListener - Interface in edu.csus.ecs.pc2.api.listener
-
This interface describes the set of methods when a client is disconnected.
- IContest - Interface in edu.csus.ecs.pc2.api
-
This interface represents the PC2 API view of the contest information available
to a client connected to a PC2 server through the API.
- IContestClock - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of Contest Time information.
- IGroup - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Group.
- IJudgement - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Judgement.
- ILanguage - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Language.
- IProblem - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Problem.
- IRun - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Run.
- IRunEventListener - Interface in edu.csus.ecs.pc2.api.listener
-
This interface describes the set of methods that any Run Listener must implement.
- IRunJudgement - Interface in edu.csus.ecs.pc2.api
-
A run judgement and fields associated with that judgement.
- isActive() - Method in interface edu.csus.ecs.pc2.api.IRunJudgement
-
Is this the active/current judgement.
- isAnswered() - Method in interface edu.csus.ecs.pc2.api.IClarification
-
Return a boolean indicating whether or not the clarification been answered.
- isComputerJudgement() - Method in interface edu.csus.ecs.pc2.api.IRunJudgement
-
Return true if this judgement was a computer (automatic) judgement.
- isContestClockRunning() - Method in interface edu.csus.ecs.pc2.api.IContest
-
Returns a boolean value indicating whether the contest clock is currently running.
- isContestClockRunning() - Method in interface edu.csus.ecs.pc2.api.IContestClock
-
Returns a boolean value indicating whether the contest clock is currently running.
- isDeleted() - Method in interface edu.csus.ecs.pc2.api.IClarification
-
Return a boolean indicating whether the clarification been marked as deleted by the Contest Administrator.
- isDeleted() - Method in interface edu.csus.ecs.pc2.api.IRun
-
Return a boolean indicating whether the run been marked as deleted by the Contest Administrator.
- isDisplayableOnScoreboard() - Method in interface edu.csus.ecs.pc2.api.IClient
-
Return a boolean indicating whether this client should be displayed on the scoreboard or not.
- isFinalJudged() - Method in interface edu.csus.ecs.pc2.api.IRun
-
Return a boolean indicating whether or not the run been judged.
- ISite - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Site.
- isLoggedIn() - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Is this ServerConnection connected to a server ?
- isPreliminaryJudged() - Method in interface edu.csus.ecs.pc2.api.IRun
-
Return a boolean indicating whether the run has only been preliminarily judged.
- isPreliminaryJudgement() - Method in interface edu.csus.ecs.pc2.api.IRunJudgement
-
Is this a preliminary (non-final) judgement?.
- isSendToTeam() - Method in interface edu.csus.ecs.pc2.api.IRunJudgement
-
Is this the judgement shown to team?
Returns true if judgement to be shown to the team, returns
false if the judgment to not be sent/shown to team.
- isSolved() - Method in interface edu.csus.ecs.pc2.api.IRun
-
Return a boolean indicating whether the run been given a Yes (Correct) judgement.
- isSolved() - Method in interface edu.csus.ecs.pc2.api.IRunJudgement
-
Return a boolean indicating whether the run been given a Yes (Correct) judgement.
- IStanding - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC
2 API view of the standing (ranking) information
for a particular
IClient as determined by the current PC
2
Scoring Algorithm.
- ITeam - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Team.