Uses of Interface
edu.csus.ecs.pc2.api.IStanding

Packages that use IStanding
edu.csus.ecs.pc2.api PC2 API. 
 

Uses of IStanding in edu.csus.ecs.pc2.api
 

Methods in edu.csus.ecs.pc2.api that return IStanding
 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 IStandings describing the current standing of every team in the contest as determined by the currently active plugin implementation of the PC2 scoring algorithm.