com.webstersmalley.chessweb.game
Interface PlayableGame


public interface PlayableGame

Represents a playable game type.

Author:
Matthew Smalley

Method Summary
 java.lang.String getName()
          Returns the name of the game.
 java.util.Collection getTeams()
          Returns a collection of all assignable teams.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the game.

Returns:
the name of the game.

getTeams

java.util.Collection getTeams()
Returns a collection of all assignable teams.

Returns:
tje teams.


Copyright © 2005 Webster Smalley. All Rights Reserved.