Internet Chess ToolKit
v0.2.0

ictk.boardgame
Interface Team

All Known Implementing Classes:
ChessTeam

public interface Team

this contains information a group of players playing as a team.


Method Summary
 java.util.List getPlayers()
           
 java.lang.String getTeamName()
           
 void setTeamName(java.lang.String team)
           
 

Method Detail

getTeamName

public java.lang.String getTeamName()

setTeamName

public void setTeamName(java.lang.String team)

getPlayers

public java.util.List getPlayers()

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .