before big code modification (moving player color in Board)

This commit is contained in:
2006-01-28 13:23:01 +00:00
parent 213b1e3bf0
commit 313cf91ef5
32 changed files with 487 additions and 278 deletions

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:51 GMT 2006 -->
<TITLE>
B-Index
A-Index
</TITLE>
@ -13,7 +13,7 @@ B-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="B-Index";
parent.document.title="A-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,47 +73,14 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../suicideChess/Piece.html#BISHOP"><B>BISHOP</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BISHOP_CHAR"><B>BISHOP_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/SuicideChess.html#BITBOARD_REMOVEPIECE_CHECK_REMOVE"><B>BITBOARD_REMOVEPIECE_CHECK_REMOVE</B></A> -
<DT><A HREF="../suicideChess/SuicideChess.html#ASCII_GAME"><B>ASCII_GAME</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/SuicideChess.html" title="class in suicideChess">SuicideChess</A>
<DD>does BitBoard.class removePiece function checks if removing piece is legal ?
<DT><A HREF="../suicideChess/Piece.html#BLACK"><B>BLACK</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_BISHOP"><B>BLACK_BISHOP</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_KING"><B>BLACK_KING</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_KNIGHT"><B>BLACK_KNIGHT</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_PAWN"><B>BLACK_PAWN</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_PIECES"><B>BLACK_PIECES</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_QUEEN"><B>BLACK_QUEEN</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_ROOK"><B>BLACK_ROOK</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Board.html" title="class in suicideChess"><B>Board</B></A> - Class in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>This class contains the board representation.<DT><A HREF="../suicideChess/Board.html#Board()"><B>Board()</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>Constructor of the class Board
<DT><A HREF="../suicideChess/Board.NoPieceOnSquare.html" title="class in suicideChess"><B>Board.NoPieceOnSquare</B></A> - Exception in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>&nbsp;</DL>
<DD>Displays informations in the console.
</DL>
<HR>
@ -166,7 +133,7 @@ Constructor for class suicideChess.<A HREF="../suicideChess/Board.html" title="c
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
D-Index
B-Index
</TITLE>
@ -13,7 +13,7 @@ D-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="D-Index";
parent.document.title="B-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,21 +73,47 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="../suicideChess/Board.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function can be used to display the board
Black pieces are displayed in uppercase letters.
<DT><A HREF="../suicideChess/Move.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Displays a move in great details.
<DT><A HREF="../suicideChess/Board.html#doMove(suicideChess.Move)"><B>doMove(Move)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This methods takes a <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A> and applies it (updating the bitboard)
</DL>
<DT><A HREF="../suicideChess/Piece.html#BISHOP"><B>BISHOP</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BISHOP_CHAR"><B>BISHOP_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/SuicideChess.html#BITBOARD_REMOVEPIECE_CHECK_REMOVE"><B>BITBOARD_REMOVEPIECE_CHECK_REMOVE</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/SuicideChess.html" title="class in suicideChess">SuicideChess</A>
<DD>does BitBoard.class removePiece function checks if removing piece is legal ?
<DT><A HREF="../suicideChess/Piece.html#BLACK"><B>BLACK</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_BISHOP"><B>BLACK_BISHOP</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_KING"><B>BLACK_KING</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_KNIGHT"><B>BLACK_KNIGHT</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_PAWN"><B>BLACK_PAWN</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_PIECES"><B>BLACK_PIECES</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_QUEEN"><B>BLACK_QUEEN</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#BLACK_ROOK"><B>BLACK_ROOK</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Board.html" title="class in suicideChess"><B>Board</B></A> - Class in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>This class contains the board representation.<DT><A HREF="../suicideChess/Board.html#Board()"><B>Board()</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>Constructor of the class Board
<DT><A HREF="../suicideChess/Board.NoPieceOnSquare.html" title="class in suicideChess"><B>Board.NoPieceOnSquare</B></A> - Exception in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>&nbsp;</DL>
<HR>
@ -140,7 +166,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class i
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
E-Index
C-Index
</TITLE>
@ -13,7 +13,7 @@ E-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="E-Index";
parent.document.title="C-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,13 +73,13 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="../suicideChess/Move.html#enablesEnPassant()"><B>enablesEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying is a Move makes 'en passant' move possible.
<DT><A HREF="../suicideChess/ComputerPlayer.html" title="class in suicideChess"><B>ComputerPlayer</B></A> - Class in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>This class will contain all the AI.<DT><A HREF="../suicideChess/ComputerPlayer.html#ComputerPlayer(int)"><B>ComputerPlayer(int)</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/ComputerPlayer.html" title="class in suicideChess">ComputerPlayer</A>
<DD>This constructor creates a computer that plays with the given color
</DL>
<HR>
@ -133,7 +133,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
F-Index
D-Index
</TITLE>
@ -13,7 +13,7 @@ F-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="F-Index";
parent.document.title="D-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,13 +73,26 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="../suicideChess/Move.html#fromSquare()"><B>fromSquare()</B></A> -
<DT><A HREF="../suicideChess/Board.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function can be used to display the board
Black pieces are displayed in uppercase letters.
<DT><A HREF="../suicideChess/Move.html#display()"><B>display()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the <A HREF="../suicideChess/Square.html" title="class in suicideChess"><CODE>Square</CODE></A> to move from in a Move
<DD>Displays a move in great details.
<DT><A HREF="../suicideChess/Board.html#doMove(suicideChess.Move)"><B>doMove(Move)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This methods takes a <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A> and applies it (updating the bitboard)
<DT><A HREF="../suicideChess/ComputerPlayer.html#doMove(suicideChess.Board)"><B>doMove(Board)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/ComputerPlayer.html" title="class in suicideChess">ComputerPlayer</A>
<DD>This asks the computer to compute a move
<DT><A HREF="../suicideChess/XBoardProtocol.html#doMove(suicideChess.Move)"><B>doMove(Move)</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/XBoardProtocol.html" title="class in suicideChess">XBoardProtocol</A>
<DD>Sends a move message to XBoard
</DL>
<HR>
@ -133,7 +146,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
G-Index
E-Index
</TITLE>
@ -13,7 +13,7 @@ G-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="G-Index";
parent.document.title="E-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,54 +73,13 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="../suicideChess/Move.html#getCapturedPiece()"><B>getCapturedPiece()</B></A> -
<DT><A HREF="../suicideChess/Move.html#enablesEnPassant()"><B>enablesEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> to be captured in a Move
<DT><A HREF="../suicideChess/Piece.html#getColor()"><B>getColor()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the color of the Piece.
<DT><A HREF="../suicideChess/Board.html#getEnPassantSquare()"><B>getEnPassantSquare()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function is used to return the 'en passant' Square.
<DT><A HREF="../suicideChess/Move.html#getEnPassantSquare()"><B>getEnPassantSquare()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the enPassant Square for a move.
<DT><A HREF="../suicideChess/Square.html#getFile()"><B>getFile()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the file of a Square.
<DT><A HREF="../suicideChess/Square.html#getFileNb()"><B>getFileNb()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the number of the File
<DT><A HREF="../suicideChess/Rules.html#getLegalMovesCapture()"><B>getLegalMovesCapture()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>This function return the current status of the ArrayList<Move> of all legal <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A>
with a capture.
<DT><A HREF="../suicideChess/Rules.html#getLegalMovesNonCapture()"><B>getLegalMovesNonCapture()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>This function return the current status of the ArrayList<Move> of all legal <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A>
without a capture.
<DT><A HREF="../suicideChess/Move.html#getMovingPiece()"><B>getMovingPiece()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the moving <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> of a Move.
<DT><A HREF="../suicideChess/Board.html#getPiece(suicideChess.Square)"><B>getPiece(Square)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function searchs for what piece is on a square.
<DT><A HREF="../suicideChess/Piece.html#getPieceNumber()"><B>getPieceNumber()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the Piece (Piece.BLACK_PAWN or Piece.WHITE_QUEEN)
<DT><A HREF="../suicideChess/Piece.html#getPieceType()"><B>getPieceType()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the Piece type (Piece.QUEEN or Piece.PAWN)
<DT><A HREF="../suicideChess/Move.html#getPromotionPiece()"><B>getPromotionPiece()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the promotion <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> of a Move
<DT><A HREF="../suicideChess/Square.html#getRank()"><B>getRank()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the number of the Rank
<DD>Returns a boolean saying is a Move makes 'en passant' move possible.
</DL>
<HR>
@ -174,7 +133,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
I-Index
F-Index
</TITLE>
@ -13,7 +13,7 @@ I-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="I-Index";
parent.document.title="F-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,31 +73,13 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="../suicideChess/Move.html#isCaptureMove()"><B>isCaptureMove()</B></A> -
<DT><A HREF="../suicideChess/Move.html#fromSquare()"><B>fromSquare()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying if a Move is a capture move
<DT><A HREF="../suicideChess/Board.html#isEmpty(suicideChess.Square, suicideChess.Piece)"><B>isEmpty(Square, Piece)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function returns a boolean telling if a <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> is on a <A HREF="../suicideChess/Board.NoPieceOnSquare.html" title="class in suicideChess"><CODE>Board.NoPieceOnSquare</CODE></A>.
<DT><A HREF="../suicideChess/Board.html#isEnPassant()"><B>isEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function returns a boolean saying if the board is in an 'en passant' state.
<DT><A HREF="../suicideChess/Move.html#isEnPassant()"><B>isEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying is a Move is an 'en passant' move.
<DT><A HREF="../suicideChess/Square.html#isEqual(suicideChess.Square)"><B>isEqual(Square)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns a boolean telling if two squares are the same
<DT><A HREF="../suicideChess/Move.html#isPromotionMove()"><B>isPromotionMove()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying if a Move is a promotion or not.
<DT><A HREF="../suicideChess/Move.html#isSimpleEqual(suicideChess.Move)"><B>isSimpleEqual(Move)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Tests the equality of two moves by just looking at the fromSquare and the toSquare
<DD>Returns the <A HREF="../suicideChess/Square.html" title="class in suicideChess"><CODE>Square</CODE></A> to move from in a Move
</DL>
<HR>
@ -151,7 +133,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
K-Index
G-Index
</TITLE>
@ -13,7 +13,7 @@ K-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="K-Index";
parent.document.title="G-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,22 +73,57 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../suicideChess/Piece.html#KING"><B>KING</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#KING_CHAR"><B>KING_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#KNIGHT"><B>KNIGHT</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#KNIGHT_CHAR"><B>KNIGHT_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Move.html#getCapturedPiece()"><B>getCapturedPiece()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> to be captured in a Move
<DT><A HREF="../suicideChess/Piece.html#getColor()"><B>getColor()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the color of the Piece.
<DT><A HREF="../suicideChess/XBoardProtocol.html#getCommand(java.lang.String)"><B>getCommand(String)</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/XBoardProtocol.html" title="class in suicideChess">XBoardProtocol</A>
<DD>Interprets XBoard Commands
<DT><A HREF="../suicideChess/Board.html#getEnPassantSquare()"><B>getEnPassantSquare()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function is used to return the 'en passant' Square.
<DT><A HREF="../suicideChess/Move.html#getEnPassantSquare()"><B>getEnPassantSquare()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the enPassant Square for a move.
<DT><A HREF="../suicideChess/Square.html#getFile()"><B>getFile()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the file of a Square.
<DT><A HREF="../suicideChess/Square.html#getFileNb()"><B>getFileNb()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the number of the File
<DT><A HREF="../suicideChess/Rules.html#getLegalMovesCapture()"><B>getLegalMovesCapture()</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>This function return the current status of the ArrayList<Move> of all legal <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A>
with a capture.
<DT><A HREF="../suicideChess/Rules.html#getLegalMovesNonCapture()"><B>getLegalMovesNonCapture()</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>This function return the current status of the ArrayList<Move> of all legal <A HREF="../suicideChess/Move.html" title="class in suicideChess"><CODE>Move</CODE></A>
without a capture.
<DT><A HREF="../suicideChess/Move.html#getMovingPiece()"><B>getMovingPiece()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the moving <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> of a Move.
<DT><A HREF="../suicideChess/Board.html#getPiece(suicideChess.Square)"><B>getPiece(Square)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function searchs for what piece is on a square.
<DT><A HREF="../suicideChess/Piece.html#getPieceNumber()"><B>getPieceNumber()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the Piece (Piece.BLACK_PAWN or Piece.WHITE_QUEEN)
<DT><A HREF="../suicideChess/Piece.html#getPieceType()"><B>getPieceType()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>Returns an integer representing the Piece type (Piece.QUEEN or Piece.PAWN)
<DT><A HREF="../suicideChess/Move.html#getPromotionPiece()"><B>getPromotionPiece()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns the promotion <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> of a Move
<DT><A HREF="../suicideChess/Square.html#getRank()"><B>getRank()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns the number of the Rank
</DL>
<HR>
@ -142,7 +177,7 @@ Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
L-Index
I-Index
</TITLE>
@ -13,7 +13,7 @@ L-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="L-Index";
parent.document.title="I-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,18 +73,37 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="../suicideChess/Rules.html#legalMovesForPlayer(suicideChess.Board, int)"><B>legalMovesForPlayer(Board, int)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>Computes the possible moves according to the current status of the <A HREF="../suicideChess/Board.html" title="class in suicideChess"><CODE>Board</CODE></A> and the
color of the current player.
<DT><A HREF="../suicideChess/Rules.html#legalMovesFromSquare(suicideChess.Square, suicideChess.Board)"><B>legalMovesFromSquare(Square, Board)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class in suicideChess">Rules</A>
<DD>Computes the possible moves from a given <A HREF="../suicideChess/Square.html" title="class in suicideChess"><CODE>Square</CODE></A>
according to the current status of the <A HREF="../suicideChess/Board.html" title="class in suicideChess"><CODE>Board</CODE></A>
<DT><A HREF="../suicideChess/XBoardProtocol.html#initialise()"><B>initialise()</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/XBoardProtocol.html" title="class in suicideChess">XBoardProtocol</A>
<DD>This function initialises the communications with XBoard.
<DT><A HREF="../suicideChess/XBoardProtocol.html#INVALID"><B>INVALID</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/XBoardProtocol.html" title="class in suicideChess">XBoardProtocol</A>
<DD>Received an invalid move
<DT><A HREF="../suicideChess/Move.html#isCaptureMove()"><B>isCaptureMove()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying if a Move is a capture move
<DT><A HREF="../suicideChess/Board.html#isEmpty(suicideChess.Square, suicideChess.Piece)"><B>isEmpty(Square, Piece)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function returns a boolean telling if a <A HREF="../suicideChess/Piece.html" title="class in suicideChess"><CODE>Piece</CODE></A> is on a <A HREF="../suicideChess/Board.NoPieceOnSquare.html" title="class in suicideChess"><CODE>Board.NoPieceOnSquare</CODE></A>.
<DT><A HREF="../suicideChess/Board.html#isEnPassant()"><B>isEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Board.html" title="class in suicideChess">Board</A>
<DD>This function returns a boolean saying if the board is in an 'en passant' state.
<DT><A HREF="../suicideChess/Move.html#isEnPassant()"><B>isEnPassant()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying is a Move is an 'en passant' move.
<DT><A HREF="../suicideChess/Square.html#isEqual(suicideChess.Square)"><B>isEqual(Square)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Square.html" title="class in suicideChess">Square</A>
<DD>Returns a boolean telling if two squares are the same
<DT><A HREF="../suicideChess/Move.html#isPromotionMove()"><B>isPromotionMove()</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Returns a boolean saying if a Move is a promotion or not.
<DT><A HREF="../suicideChess/Move.html#isSimpleEqual(suicideChess.Move)"><B>isSimpleEqual(Move)</B></A> -
Method in class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>Tests the equality of two moves by just looking at the fromSquare and the toSquare
</DL>
<HR>
@ -138,7 +157,7 @@ Method in class suicideChess.<A HREF="../suicideChess/Rules.html" title="class i
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>

View File

@ -2,9 +2,9 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:52 GMT 2006 -->
<TITLE>
M-Index
K-Index
</TITLE>
@ -13,7 +13,7 @@ M-Index
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="M-Index";
parent.document.title="K-Index";
}
</SCRIPT>
<NOSCRIPT>
@ -73,26 +73,23 @@ function windowTitle()
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="../suicideChess/SuicideChess.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class suicideChess.<A HREF="../suicideChess/SuicideChess.html" title="class in suicideChess">SuicideChess</A>
<DD>The main function
<DT><A HREF="../suicideChess/Piece.html#MAX_PIECE_NUMBER"><B>MAX_PIECE_NUMBER</B></A> -
<DT><A HREF="../suicideChess/Piece.html#KING"><B>KING</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Move.html" title="class in suicideChess"><B>Move</B></A> - Class in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>This class is used for moves representation.<DT><A HREF="../suicideChess/Move.html#Move(java.lang.String, suicideChess.Board)"><B>Move(String, Board)</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>This is the constructor of the class.
<DT><A HREF="../suicideChess/Move.html#Move(suicideChess.Square, suicideChess.Square, suicideChess.Piece, suicideChess.Piece, suicideChess.Piece)"><B>Move(Square, Square, Piece, Piece, Piece)</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>This is the constructor of the class.
<DT><A HREF="../suicideChess/Move.html#Move(suicideChess.Square, suicideChess.Square, suicideChess.Square, suicideChess.Piece, boolean)"><B>Move(Square, Square, Square, Piece, boolean)</B></A> -
Constructor for class suicideChess.<A HREF="../suicideChess/Move.html" title="class in suicideChess">Move</A>
<DD>This is the constructor of the class.
<DT><A HREF="../suicideChess/Move.NotAValidMoveException.html" title="class in suicideChess"><B>Move.NotAValidMoveException</B></A> - Exception in <A HREF="../suicideChess/package-summary.html">suicideChess</A><DD>&nbsp;</DL>
<DT><A HREF="../suicideChess/Piece.html#KING_CHAR"><B>KING_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#KNIGHT"><B>KNIGHT</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
<DT><A HREF="../suicideChess/Piece.html#KNIGHT_CHAR"><B>KNIGHT_CHAR</B></A> -
Static variable in class suicideChess.<A HREF="../suicideChess/Piece.html" title="class in suicideChess">Piece</A>
<DD>&nbsp;
</DL>
<HR>
@ -145,7 +142,7 @@ Constructor for class suicideChess.<A HREF="../suicideChess/Move.html" title="cl
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">B</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">Q</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">W</A> <HR>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">K</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">W</A> <A HREF="index-20.html">X</A> <HR>
</BODY>
</HTML>