public interface PgnMarshaller
| Modifier and Type | Method and Description |
|---|---|
String |
convertMoveToPgn(ChessPosition position,
ChessMovePath move) |
ChessMovePath |
convertPgnToMove(ChessPosition position,
String pgnMove) |
String |
exportGame(String white,
String black,
Date startDate,
Collection<String> moves) |
Collection<String> |
importGame(InputStream pgnStream) |
String convertMoveToPgn(ChessPosition position, ChessMovePath move) throws IllegalMoveException
IllegalMoveExceptionChessMovePath convertPgnToMove(ChessPosition position, String pgnMove) throws PgnMoveException
PgnMoveExceptionCollection<String> importGame(InputStream pgnStream) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.