Package com.webstersmalley.chessweb.model

Class Summary
Board Represents the current state of the chessboard.
Move Encapsulates a move.
MoveHistory A history of moves.
MoveValidator Validator class for a new move.
Piece Represents an individual chess piece.
Position Simple coordinate system for the position of a piece on the board.
Square Represents a cell on a chess board.
StandardBoard Represents a standard chess board.
Team Which team (black, white) the piece is on.
 

Exception Summary
InvalidMoveException Used to represent an invalid move.
 



Copyright © 2005 Webster Smalley. All Rights Reserved.