Uses of Enum Class
com.wualabs.qtsurfer.engine.strategy.execution.ExecutionMode
Packages that use ExecutionMode
Package
Description
-
Uses of ExecutionMode in com.wualabs.qtsurfer.engine.strategy
Methods in com.wualabs.qtsurfer.engine.strategy that return ExecutionModeModifier and TypeMethodDescriptionAbstractStrategy.getExecutionMode(Instrument instrument) default ExecutionModeStrategy.getExecutionMode(Instrument instrument) Methods in com.wualabs.qtsurfer.engine.strategy with parameters of type ExecutionModeModifier and TypeMethodDescriptionvoidAbstractStrategy.setExecutionMode(@NonNull ExecutionMode executionMode) -
Uses of ExecutionMode in com.wualabs.qtsurfer.engine.strategy.execution
Subclasses with type arguments of type ExecutionMode in com.wualabs.qtsurfer.engine.strategy.executionModifier and TypeClassDescriptionenumDefines the type of execution pipeline a strategy uses.Methods in com.wualabs.qtsurfer.engine.strategy.execution that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns the enum constant of this class with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.