htwdd.chessgame.server.util / FENUtility
FENUtility
class FENUtility
Utility class to handle a String as Forsyth-Edwards-Notation (FEN)
Author Felix Dimmel
Constructors
| <init> | FENUtility()Utility class to handle a String as Forsyth-Edwards-Notation (FEN) |
Companion Object Functions
| calc | fun calc(match: Match): UnitCalculate the FEN String based on the match properties |
| prepareFENForURLParam | fun prepareFENForURLParam(fen: String): StringPrepares a FEN String as URL parameter |