Uses of Class
org.eclipse.lifegame.domain.Board

Packages that use Board
org.eclipse.lifegame.domain   
 

Uses of Board in org.eclipse.lifegame.domain
 

Subclasses of Board in org.eclipse.lifegame.domain
 class TwoDimensionalBoard
           
 

Methods in org.eclipse.lifegame.domain that return Board
 Board Game.getBoard()
          Return receiver's board.
 

Methods in org.eclipse.lifegame.domain with parameters of type Board
 void Game.setBoard(Board board)
          Set the receiver's board.
 void Game.addToHistory(Board aBoard)
          Add aBoard to the game's board history.