public interface ChessEngineController
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeNextMove(int depth,
int random,
java.util.Collection<java.lang.String> moves) |
java.lang.String computeNextMove(int depth,
int random,
java.util.Collection<java.lang.String> moves)
throws ChessEngineFailureException
ChessEngineFailureExceptionCopyright © 2015. All Rights Reserved.