Uses of Interface
net.chesstango.goyeneche.UCICommand
Packages that use UCICommand
Package
Description
-
Uses of UCICommand in net.chesstango.goyeneche
Classes in net.chesstango.goyeneche that implement UCICommandMethods in net.chesstango.goyeneche with parameters of type UCICommand -
Uses of UCICommand in net.chesstango.goyeneche.requests
Subinterfaces of UCICommand in net.chesstango.goyeneche.requestsModifier and TypeInterfaceDescriptioninterfaceThe UCIRequest interface represents a command request sent to a chess engine as part of the Universal Chess Interface (UCI) protocol.Classes in net.chesstango.goyeneche.requests that implement UCICommandModifier and TypeClassDescriptionclassfinal classfinal classFast chess: https://en.wikipedia.org/wiki/Fast_chessfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of UCICommand in net.chesstango.goyeneche.responses
Subinterfaces of UCICommand in net.chesstango.goyeneche.responsesModifier and TypeInterfaceDescriptioninterfaceThe UCIResponse interface represents response commands sent from the chess engine to the GUI as part of the Universal Chess Interface (UCI) protocol.Classes in net.chesstango.goyeneche.responses that implement UCICommandModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of UCICommand in net.chesstango.goyeneche.stream
Methods in net.chesstango.goyeneche.stream that return UCICommandMethods in net.chesstango.goyeneche.stream with parameters of type UCICommandModifier and TypeMethodDescriptionvoidUCIOutputStreamEngineExecutor.accept(UCICommand uciCommand) voidUCIOutputStreamGuiExecutor.accept(UCICommand uciCommand) voidUCIOutputStreamSwitch.accept(UCICommand message) voidUCIOutputStreamToStringAdapter.accept(UCICommand message) Constructor parameters in net.chesstango.goyeneche.stream with type arguments of type UCICommandModifierConstructorDescriptionUCIOutputStreamSwitch(Predicate<UCICommand> predicateCondition, Runnable execute)