Uses of Class
Board

Uses of Board in <Unnamed>
 

Fields in <Unnamed> declared as Board
 Board TestingKernel.testBoard
           
 Board Facade.theBoard
           
 

Methods in <Unnamed> that return Board
 Board Facade.stateOfBoard()
          Notifies everything of the sta eof the board
 

Constructors in <Unnamed> with parameters of type Board
Facade(Board newBoard, Driver newDriver)
          Constructor for the facade.
Rules(Board board, Driver driver)
          The constructor for the Rules class.