@Component @Qualifier(value="phalanx") public class PhalanxEngineImpl extends Object implements ChessEngineController
| Constructor and Description |
|---|
PhalanxEngineImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeNextMove(int depth,
int random,
Collection<String> game) |
String |
toString() |
void |
validateCompatibility() |
@PostConstruct public void validateCompatibility() throws IOException
IOExceptionpublic String computeNextMove(int depth, int random, Collection<String> game) throws ChessEngineFailureException
computeNextMove in interface ChessEngineControllerChessEngineFailureExceptionCopyright © 2017. All rights reserved.