java.lang.Object
net.chesstango.goyeneche.requests.ReqGo
net.chesstango.goyeneche.requests.ReqGoDepth
- All Implemented Interfaces:
UCIRequest,UCICommand
- Author:
- Mauricio Coria
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ReqGoExecutor reqGoExecutor) Executes the specific behavior of this `ReqGo` request based on the provided executor.toString()
-
Method Details
-
execute
Description copied from class:ReqGoExecutes the specific behavior of this `ReqGo` request based on the provided executor.This method delegates the implementation-specific details of the `go` command to the given
ReqGoExecutor, enabling flexibility in handling variations of the `ReqGo` command. -
toString
-