Interface MoveDecoder<M>

All Known Implementing Classes:
AgregateMoveDecoder, LANDecoder, SANDecoder

public interface MoveDecoder<M>
Author:
Mauricio Coria
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String move, FEN fen)
     
  • Method Details