JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
net.chesstango.gardel
Package
net.chesstango.gardel.move
Interface MoveDecoder<M>
All Known Implementing Classes:
AgregateMoveDecoder
,
LANDecoder
,
SANDecoder
public interface
MoveDecoder<M>
Author:
Mauricio Coria
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
M
decode
(
String
move,
FEN
fen)
Method Details
decode
M
decode
(
String
move,
FEN
fen)