diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..e522788 --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + +All Classes + + + + + + + + + + +All Classes +
+ + + + + +
Board +
+Move +
+
+ + + diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html new file mode 100644 index 0000000..8a86582 --- /dev/null +++ b/doc/allclasses-noframe.html @@ -0,0 +1,32 @@ + + + + + + +All Classes + + + + + + + + + + +All Classes +
+ + + + + +
Board +
+Move +
+
+ + + diff --git a/doc/constant-values.html b/doc/constant-values.html new file mode 100644 index 0000000..1c890f0 --- /dev/null +++ b/doc/constant-values.html @@ -0,0 +1,176 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+suicideChess.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + +
suicideChess.Board
+public static final intNB_OF_FILES8
+public static final intNB_OF_RANKS8
+public static final intNB_OF_SQUARES64
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html new file mode 100644 index 0000000..f2a333c --- /dev/null +++ b/doc/deprecated-list.html @@ -0,0 +1,132 @@ + + + + + + +Deprecated List + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 0000000..79c403c --- /dev/null +++ b/doc/help-doc.html @@ -0,0 +1,185 @@ + + + + + + +API Help + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 0000000..4d0a8d6 --- /dev/null +++ b/doc/index-files/index-1.html @@ -0,0 +1,136 @@ + + + + + + +B-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+B

+
+
Board - class suicideChess.Board.
This class contains the board representation. +
Board() - +Constructor for class suicideChess.Board +
Constructor of the class Board +
Board.NoPieceOnSquare - exception suicideChess.Board.NoPieceOnSquare.
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html new file mode 100644 index 0000000..d1cc5ed --- /dev/null +++ b/doc/index-files/index-2.html @@ -0,0 +1,142 @@ + + + + + + +D-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+D

+
+
display() - +Method in class suicideChess.Board +
This function can be used to display the board + Black pieces are displayed in uppercase letters. +
display() - +Method in class suicideChess.Move +
Displays a move in great details. +
doMove(Move) - +Method in class suicideChess.Board +
This methods takes a Move and applies it (updating the bitboard) +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html new file mode 100644 index 0000000..43ec4ec --- /dev/null +++ b/doc/index-files/index-3.html @@ -0,0 +1,135 @@ + + + + + + +F-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+F

+
+
fromSquare() - +Method in class suicideChess.Move +
Returns the Square to move from in a Move +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html new file mode 100644 index 0000000..02857a9 --- /dev/null +++ b/doc/index-files/index-4.html @@ -0,0 +1,144 @@ + + + + + + +G-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+G

+
+
getCapturedPiece() - +Method in class suicideChess.Move +
Returns the Piece to be captured in a Move +
getMovingPiece() - +Method in class suicideChess.Move +
Returns the moving piece of a Move. +
getPiece(Square) - +Method in class suicideChess.Board +
This function searchs for what piece is on a square. +
getPromotionPiece() - +Method in class suicideChess.Move +
Returns the promotion Piece of a Move +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html new file mode 100644 index 0000000..573dff9 --- /dev/null +++ b/doc/index-files/index-5.html @@ -0,0 +1,138 @@ + + + + + + +I-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+I

+
+
isCaptureMove() - +Method in class suicideChess.Move +
Returns a boolean saying if a Move is a capture move +
isPromotionMove() - +Method in class suicideChess.Move +
Returns a boolean saying if a Move is a promotion or not. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html new file mode 100644 index 0000000..37f91c5 --- /dev/null +++ b/doc/index-files/index-6.html @@ -0,0 +1,135 @@ + + + + + + +M-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+M

+
+
Move - class suicideChess.Move.
This class is used for moves representation.
Move(String, Board) - +Constructor for class suicideChess.Move +
This is the constructor of the class. +
Move.NotAValidMoveException - exception suicideChess.Move.NotAValidMoveException.
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html new file mode 100644 index 0000000..d414a60 --- /dev/null +++ b/doc/index-files/index-7.html @@ -0,0 +1,141 @@ + + + + + + +N-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+N

+
+
NB_OF_FILES - +Static variable in class suicideChess.Board +
  +
NB_OF_RANKS - +Static variable in class suicideChess.Board +
  +
NB_OF_SQUARES - +Static variable in class suicideChess.Board +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html new file mode 100644 index 0000000..b13ca7f --- /dev/null +++ b/doc/index-files/index-8.html @@ -0,0 +1,132 @@ + + + + + + +S-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+S

+
+
suicideChess - package suicideChess
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html new file mode 100644 index 0000000..4f42ef8 --- /dev/null +++ b/doc/index-files/index-9.html @@ -0,0 +1,138 @@ + + + + + + +T-Index + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+

+T

+
+
toSquare() - +Method in class suicideChess.Move +
Returns the Square to move to in a Move +
toString() - +Method in class suicideChess.Move +
Converts a Move into a String. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +B D F G I M N S T
+ + + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..9ab980d --- /dev/null +++ b/doc/index.html @@ -0,0 +1,23 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="suicideChess/package-summary.html">Non-frame version.</A> + + + diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 0000000..fcb1123 --- /dev/null +++ b/doc/overview-tree.html @@ -0,0 +1,147 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
suicideChess
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/package-list b/doc/package-list new file mode 100644 index 0000000..9a7ba2d --- /dev/null +++ b/doc/package-list @@ -0,0 +1 @@ +suicideChess diff --git a/doc/packages.html b/doc/packages.html new file mode 100644 index 0000000..b5c1394 --- /dev/null +++ b/doc/packages.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+The front page has been relocated.Please see: +
+          Frame version +
+          Non-frame version.
+ + + diff --git a/doc/resources/inherit.gif b/doc/resources/inherit.gif new file mode 100644 index 0000000..c814867 Binary files /dev/null and b/doc/resources/inherit.gif differ diff --git a/doc/serialized-form.html b/doc/serialized-form.html new file mode 100644 index 0000000..97fca23 --- /dev/null +++ b/doc/serialized-form.html @@ -0,0 +1,161 @@ + + + + + + +Serialized Form + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+ + + + + +
+Class suicideChess.Board.NoPieceOnSquare extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: -2750943856086117656l + +

+ +

+


+ + + + + +
+Class suicideChess.Move.NotAValidMoveException extends java.lang.Exception implements Serializable
+ +

+serialVersionUID: 2194133427162274651l + +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/stylesheet.css b/doc/stylesheet.css new file mode 100644 index 0000000..6d31fdb --- /dev/null +++ b/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + diff --git a/doc/suicideChess/Board.NoPieceOnSquare.html b/doc/suicideChess/Board.NoPieceOnSquare.html new file mode 100644 index 0000000..30597a6 --- /dev/null +++ b/doc/suicideChess/Board.NoPieceOnSquare.html @@ -0,0 +1,210 @@ + + + + + + +Board.NoPieceOnSquare + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +suicideChess +
+Class Board.NoPieceOnSquare

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended bysuicideChess.Board.NoPieceOnSquare
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Enclosing class:
Board
+
+
+
+
public class Board.NoPieceOnSquare
extends java.lang.Exception
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/suicideChess/Board.html b/doc/suicideChess/Board.html new file mode 100644 index 0000000..6dfb9d1 --- /dev/null +++ b/doc/suicideChess/Board.html @@ -0,0 +1,404 @@ + + + + + + +Board + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +suicideChess +
+Class Board

+
+java.lang.Object
+  extended bysuicideChess.Board
+
+
+
+
public class Board
extends java.lang.Object
+ +

+This class contains the board representation. + The board is represented using bitboards. +