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

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

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

Methods in edu.csus.ecs.pc2.api that return ITeam
 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.
 

Methods in edu.csus.ecs.pc2.api with parameters of type ITeam
 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.