Uses of Package
model

Packages that use model
controller   
model   
model.moves   
model.pieces   
view   
view.cl   
view.gui   
 

Classes in model used by controller
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
ChessBoard
          ADT ChessBoard is responsible for portraying the chess board where the game is played.
IllegalCellException
          This class describes the error that occurs when an illegal cell is passed as parameter.
 

Classes in model used by model
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
IllegalCellException
          This class describes the error that occurs when an illegal cell is passed as parameter.
 

Classes in model used by model.moves
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
ChessBoard
          ADT ChessBoard is responsible for portraying the chess board where the game is played.
IllegalCellException
          This class describes the error that occurs when an illegal cell is passed as parameter.
 

Classes in model used by model.pieces
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
ChessBoard
          ADT ChessBoard is responsible for portraying the chess board where the game is played.
 

Classes in model used by view
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
 

Classes in model used by view.cl
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.
 

Classes in model used by view.gui
Cell
          ADT Cell which depicts a square, one of the 64 in a chessboard.