Class NotationHelper
java.lang.Object
io.github.wolfraam.chessgame.notation.NotationHelper
Parses or formats a move in a notation type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMove(NotationMapping notationMapping, Board board, NotationType notationType, String moveString) getMoveNotation(NotationMapping notationMapping, Board board, NotationType notationType, Move move)
-
Constructor Details
-
NotationHelper
public NotationHelper()
-
-
Method Details
-
getMove
public Move getMove(NotationMapping notationMapping, Board board, NotationType notationType, String moveString) -
getMoveNotation
public String getMoveNotation(NotationMapping notationMapping, Board board, NotationType notationType, Move move)
-