Uses of Class
rules.Position

Packages that use Position
debug   
eval   
gui   
rules   
 

Uses of Position in debug
 

Methods in debug that return Position
static Position FenUtility.loadFEN(java.lang.String fen)
          Converts a FEN representation of a Position object into a Position object.
 

Methods in debug with parameters of type Position
static java.lang.String FenUtility.saveFEN(Position p)
          Converts a Position object into a FEN String that represents the object.
 java.lang.String PositionTimeTest.test(Position p)
           
abstract  java.lang.String Debug.test(Position p)
          This method tests whatever you want to test.
 

Uses of Position in eval
 

Constructors in eval with parameters of type Position
ESFramework(Position p)
          Constructor: This creates the necessary tools for the framework's existence.
 

Uses of Position in gui
 

Methods in gui that return Position
 Position JChessBoard.getEmbeddedPosition()
          Returns the current "official" active position that is embedded inside this JChessBoard object.
 

Uses of Position in rules
 

Methods in rules that return Position
 Position Position.makeMove(Move m)
          Makes a move on the position.
 

Methods in rules with parameters of type Position
 java.lang.String Move.toString(Position p)
          Converts the move object into expanded algebraic notation.