java.lang.Object
net.chesstango.gardel.AbstractPositionBuilder<T>
net.chesstango.gardel.fen.AbstractFENBuilder<T>
- All Implemented Interfaces:
PositionBuilder<T>
- Direct Known Subclasses:
FENBuilder
- Author:
- Mauricio Coria
-
Field Summary
Fields inherited from class net.chesstango.gardel.AbstractPositionBuilder
bishopPositions, blackPositions, castlingBlackKingAllowed, castlingBlackQueenAllowed, castlingWhiteKingAllowed, castlingWhiteQueenAllowed, enPassantSquare, fullMoveClock, halfMoveClock, kingPositions, knightPositions, pawnPositions, queenPositions, rookPositions, whitePositions, whiteTurn -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.chesstango.gardel.AbstractPositionBuilder
withBlackBishop, withBlackKing, withBlackKnight, withBlackPawn, withBlackQueen, withBlackRook, withCastlingBlackKingAllowed, withCastlingBlackQueenAllowed, withCastlingWhiteKingAllowed, withCastlingWhiteQueenAllowed, withEnPassantSquare, withFullMoveClock, withHalfMoveClock, withWhiteBishop, withWhiteKing, withWhiteKnight, withWhitePawn, withWhiteQueen, withWhiteRook, withWhiteTurnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.chesstango.gardel.PositionBuilder
getPositionRepresentation
-
Constructor Details
-
AbstractFENBuilder
public AbstractFENBuilder()
-
-
Method Details
-
enPassantSquareToString
-