java.lang.Object
net.chesstango.goyeneche.requests.ReqGo
net.chesstango.goyeneche.requests.ReqGoFast
All Implemented Interfaces:
UCIRequest, UCICommand

public final class ReqGoFast extends ReqGo
Fast chess: https://en.wikipedia.org/wiki/Fast_chess
Author:
Mauricio Coria
  • Method Details

    • execute

      public void execute(ReqGoExecutor reqGoExecutor)
      Description copied from class: ReqGo
      Executes 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.

      Specified by:
      execute in class ReqGo
      Parameters:
      reqGoExecutor - The executor responsible for processing the `ReqGo` command.
    • toString

      public String toString()
      Overrides:
      toString in class Object