civquest
Class Player

java.lang.Object
  extended bycivquest.Player

public class Player
extends java.lang.Object


Constructor Summary
Player(java.lang.String name)
           
 
Method Summary
 void addNation(Nation nation)
           
 int getID()
          Returns the unique id of this player.
static int getMaxUsedPlayerID()
           
static int getMinUsedPlayerID()
           
 java.util.Iterator getNationIterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Player

public Player(java.lang.String name)
Method Detail

getMinUsedPlayerID

public static int getMinUsedPlayerID()

getMaxUsedPlayerID

public static int getMaxUsedPlayerID()

getID

public int getID()
Returns the unique id of this player.

Returns:
the unique id of this player

addNation

public void addNation(Nation nation)

getNationIterator

public java.util.Iterator getNationIterator()

toString

public java.lang.String toString()