Uses of Class
org.generation5.ai.BoardGame

Packages that use BoardGame
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
 

Uses of BoardGame in org.generation5.ai
 

Fields in org.generation5.ai declared as BoardGame
protected  BoardGame BoardGameAgent.boardGame
          The board game this agent is connected with.
 

Methods in org.generation5.ai that return BoardGame
 BoardGame BoardGameAgent.getBoardGame()
          Return the board game associated with this agent.
 

Methods in org.generation5.ai with parameters of type BoardGame
 void BoardGameAgent.setBoardGame(BoardGame game)
          Set the board game associated with this agent.
 


This documentation is part of the Generation5 JDK.