Uses of Package
com.webstersmalley.chessweb.model

Packages that use com.webstersmalley.chessweb.model
com.webstersmalley.chessweb.model   
com.webstersmalley.chessweb.model.pieces   
com.webstersmalley.chessweb.view   
com.webstersmalley.chessweb.web   
 

Classes in com.webstersmalley.chessweb.model used by com.webstersmalley.chessweb.model
Board
          Represents the current state of the chessboard.
InvalidMoveException
          Used to represent an invalid move.
Move
          Encapsulates a move.
MoveHistory
          A history of moves.
Piece
          Represents an individual chess piece.
Position
          Simple coordinate system for the position of a piece on the board.
Team
          Which team (black, white) the piece is on.
 

Classes in com.webstersmalley.chessweb.model used by com.webstersmalley.chessweb.model.pieces
Board
          Represents the current state of the chessboard.
InvalidMoveException
          Used to represent an invalid move.
Move
          Encapsulates a move.
Piece
          Represents an individual chess piece.
Team
          Which team (black, white) the piece is on.
 

Classes in com.webstersmalley.chessweb.model used by com.webstersmalley.chessweb.view
Board
          Represents the current state of the chessboard.
 

Classes in com.webstersmalley.chessweb.model used by com.webstersmalley.chessweb.web
Board
          Represents the current state of the chessboard.
 



Copyright © 2005 Webster Smalley. All Rights Reserved.