Uses of Interface
org.vizzini.game.ITokenCollection

Packages that use ITokenCollection
org.vizzini.example.gin.ui Provides gin user interface classes for the game framework. 
org.vizzini.game Provides core game classes for the game framework. 
org.vizzini.game.boardgame.chess Provides core chess game classes for the game framework. 
org.vizzini.game.cardgame Provides core game classes for card games in the game framework. 
 

Uses of ITokenCollection in org.vizzini.example.gin.ui
 

Methods in org.vizzini.example.gin.ui with parameters of type ITokenCollection
protected  void EnvironmentUIText.writeCards(ITokenCollection cards, PrintStream out)
          Write the given card collection to the given print stream.
 

Uses of ITokenCollection in org.vizzini.game
 

Classes in org.vizzini.game that implement ITokenCollection
 class TokenArrayCollection
          Provides a collection to hold IToken s, where the tokens are stored by their position in a three dimensional array.
 class TokenCollection
          Provides a collection to hold IToken s.
 class TokenPositionCollection
          Provides a collection to hold IToken s, where the tokens are stored by their position.
 

Methods in org.vizzini.game that return ITokenCollection
protected  ITokenCollection AbstractEnvironment.createInitialTokens()
          Create the initial tokens from the cached properties.
 ITokenCollection AbstractAgent.getTokenCollection()
          Return the token collection.
 ITokenCollection AbstractEnvironment.getTokenCollection()
          Return the token collection.
 ITokenCollection AbstractGameState.getTokenCollection()
          Return the token collection.
 ITokenCollection AbstractTeam.getTokenCollection()
          Return the token collection.
 ITokenCollection IAgent.getTokenCollection()
          Return the token collection.
 ITokenCollection IEnvironment.getTokenCollection()
          Return the token collection.
 ITokenCollection IGameState.getTokenCollection()
          Return the action collection.
 ITokenCollection ITeam.getTokenCollection()
          Return the token collection.
 

Methods in org.vizzini.game with parameters of type ITokenCollection
 void AbstractGameState.setTokenCollection(ITokenCollection tokenCollection)
          Set the token collection.
 void IGameState.setTokenCollection(ITokenCollection tokenCollection)
          Set the token collection.
 

Uses of ITokenCollection in org.vizzini.game.boardgame.chess
 

Classes in org.vizzini.game.boardgame.chess that implement ITokenCollection
 class ChessTokenCollection
          Provides a token collection for chess tokens.
 

Methods in org.vizzini.game.boardgame.chess that return ITokenCollection
protected  ITokenCollection AbstractChessEnvironment.createInitialTokens()
          Create the initial tokens from the cached properties.
 

Uses of ITokenCollection in org.vizzini.game.cardgame
 

Subinterfaces of ITokenCollection in org.vizzini.game.cardgame
 interface ICardCollection
          Defines methods required by a card collection.
 

Classes in org.vizzini.game.cardgame that implement ITokenCollection
 class CardCollection
          Provides a card collection.
 class PokerDeck
          Provides a poker card deck for card games in the game framework.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02