chesspresso.position
Class FEN
java.lang.Object
|
+--chesspresso.position.FEN
- public class FEN
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Bernhard Seybold
Constructor Summary |
FEN()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_POSITION
public static final java.lang.String START_POSITION
- See Also:
- Constant Field Values
FEN
public FEN()
fenCharToStone
public static final int fenCharToStone(char ch)
stoneToFenChar
public static final char stoneToFenChar(int stone)
initFromFEN
public static void initFromFEN(MutablePosition pos,
java.lang.String fen,
boolean strict)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
getFEN
public static java.lang.String getFEN(ImmutablePosition pos)