Package | Description |
---|---|
edu.csus.ecs.pc2.api |
PC2 API.
|
Modifier and Type | Method and Description |
---|---|
ITeam |
IRun.getTeam()
Get the team (client) that submitted this run.
|
ITeam |
IClarification.getTeam()
Get the team (client) that submitted this clarification.
|
ITeam[] |
IContest.getTeams()
Gets all the teams in the contest.
|
Modifier and Type | Method and Description |
---|---|
IStanding |
IContest.getStanding(ITeam team)
Returns an
IStanding describing the current standing of the specified team in the contest as
determined by the currently active implementation of the PC2 scoring algorithm. |