Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to pc2 API
|
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. |
IStanding[] |
IContest.getStandings()
Returns an array of
IStanding s describing the current standing of every team in the contest as determined by the currently active plugin implementation of the PC2 scoring
algorithm. |