Uses of Class
heurgame.PlayerToken

Packages that use PlayerToken
heurgame   
heurgame.analysis   
heurgame.event   
heurgame.event.turn   
heurgame.ui   
 

Uses of PlayerToken in heurgame
 

Fields in heurgame declared as PlayerToken
protected  PlayerToken PlayerProxy.token
          Each Individual Player has posesson of a single token that identifies them to the system.
 

Methods in heurgame that return PlayerToken
 PlayerToken PlayerProxy.getToken()
          Allows other components to have a partial handle on the player state without giving them too much information.
 

Methods in heurgame with parameters of type PlayerToken
abstract  void Referee.reportStatus(PlayerToken uninformed)
          Reports the state of the game to all players execpt a particular one
 void GameServer.reorderPlayers(PlayerToken[] newOrder)
          Called to reorder the current connected players
 void Game.playerAdded(PlayerToken token)
          Called when a player has been added
 void Game.announceDisqualification(PlayerToken disqualified)
          Should broadcast that a player has forcably left the game.
 void Game.announcePlayerLeft(PlayerToken gone)
          Should broadcast that a player has left the game.
 void Game.reorderPlayers(PlayerToken[] tokens)
          Reorder the players in a such a manner so that the next round's order follows the same order as this set of tokens
 void DefaultReferee.reportStatus(PlayerToken doNotInform)
           
 

Uses of PlayerToken in heurgame.analysis
 

Methods in heurgame.analysis that return PlayerToken
abstract  PlayerToken SystemAnalyzer.getWinningPlayer()
           
abstract  PlayerToken[] SystemAnalyzer.getWinningPlayers()
           
 

Methods in heurgame.analysis with parameters of type PlayerToken
abstract  java.lang.String MoveAnalyzer.evaluateMove(java.lang.String move, PlayerToken senderToken, long timeTaken)
           
 

Uses of PlayerToken in heurgame.event
 

Fields in heurgame.event declared as PlayerToken
 PlayerToken TurnEvent.player
           
 PlayerToken PlayerEvent.player
           
 

Uses of PlayerToken in heurgame.event.turn
 

Fields in heurgame.event.turn declared as PlayerToken
protected  PlayerToken RoundRobinIterator.currentToken
          handle to the current player currentToken
 

Methods in heurgame.event.turn that return PlayerToken
 PlayerToken TokenBased.getCurrentToken()
           
 PlayerToken RoundRobinIterator.getCurrentToken()
           
 

Uses of PlayerToken in heurgame.ui
 

Methods in heurgame.ui with parameters of type PlayerToken
 java.awt.Color PlayerColors.getColor(PlayerToken t)
          Retrieves the color associated with a Token