edu.csus.ecs.pc2.api
Interface ITeam

All Superinterfaces:
IClient

public interface ITeam
extends IClient

This interface describes the PC2 API view of a contest Team. Note that every Team in the API view is a subclass of IClient, so a "team view" also contains the general information described by IClient.

This documentation describes the current draft of the PC2 API, which is subject to change.

Version:
$Id: ITeam.java 1265 2008-02-07 08:27:14Z clevengr $
Author:
pc2@ecs.csus.edu

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.csus.ecs.pc2.api.IClient
IClient.ClientType
 
Method Summary
 IGroup getGroup()
          Get the group associate with this team.
 
Methods inherited from interface edu.csus.ecs.pc2.api.IClient
equals, getAccountNumber, getDisplayName, getLoginName, getSiteNumber, getType, hashCode, isDisplayableOnScoreboard
 

Method Detail

getGroup

IGroup getGroup()
Get the group associate with this team.

Returns:
group information.
See Also:
IGroup