- IClarification - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Clarification.
- IClarificationComparator - Class in edu.csus.ecs.pc2.api
-
IClarification order by site and run.
- IClarificationComparator() - Constructor for class edu.csus.ecs.pc2.api.IClarificationComparator
-
- 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.
- internalContest - Variable in class edu.csus.ecs.pc2.api.ServerConnection
-
- IProblem - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Problem.
- IProblemDetails - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC
2 API view of the a standing (ranking) information for a particular
IClient
as determined by the current PC
2
Scoring Algorithm.
- IRun - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Run.
- IRunComparator - Class in edu.csus.ecs.pc2.api
-
IRun Comparator, Order the runs by site # and run #.
- IRunComparator() - Constructor for class edu.csus.ecs.pc2.api.IRunComparator
-
- 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.
- isCCSTestMode() - Method in interface edu.csus.ecs.pc2.api.IContest
-
Returns true if in CCS Test Mode.
- 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.IProblem
-
Returns true if the Contest Administrator has hidden this problem false otherwise.
- 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.
- isInterpreted() - Method in interface edu.csus.ecs.pc2.api.ILanguage
-
Is this an interpreted language like Perl or Python.
- ISite - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Site.
- ISiteComparatorBySiteNumber - Class in edu.csus.ecs.pc2.api
-
- ISiteComparatorBySiteNumber() - Constructor for class edu.csus.ecs.pc2.api.ISiteComparatorBySiteNumber
-
- 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?.
- isSendToAll() - Method in interface edu.csus.ecs.pc2.api.IClarification
-
Return a boolean indicating whether or not the clarification is sent to all teams.
- 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.IProblemDetails
-
Has this Problem Been Solved?
- 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.
- isValidAccountTypeName(String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
- isValidAutoFillLangauageName(String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
- ITeam - Interface in edu.csus.ecs.pc2.api
-
This interface describes the PC2 API view of a contest Team.