Uses of Package
othello.board

Packages that use othello.board
othello.ai   
othello.board   
othello.com   
othello.com.xmlrpc.client   
othello.com.xmlrpc.server   
 

Classes in othello.board used by othello.ai
BoardState
          The BoardState contains the states for the Othello-board.
OthelloMove
          The Move class represents a move.
 

Classes in othello.board used by othello.board
BoardParameters
          Class BoardParameters contains common parameters for the Othello board. The interface is used for classes that needs these common parameters for the Othello board.
BoardState
          The BoardState contains the states for the Othello-board.
OthelloMove
          The Move class represents a move.
 

Classes in othello.board used by othello.com
BoardState
          The BoardState contains the states for the Othello-board.
Token
          The Token class represents a token (row, col, player).
 

Classes in othello.board used by othello.com.xmlrpc.client
BoardParameters
          Class BoardParameters contains common parameters for the Othello board. The interface is used for classes that needs these common parameters for the Othello board.
BoardState
          The BoardState contains the states for the Othello-board.
Token
          The Token class represents a token (row, col, player).
 

Classes in othello.board used by othello.com.xmlrpc.server
BoardParameters
          Class BoardParameters contains common parameters for the Othello board. The interface is used for classes that needs these common parameters for the Othello board.