Uses of Enum Class
org.episteme.core.technical.algorithm.ProviderExecutionMode.Mode
Packages that use ProviderExecutionMode.Mode
-
Uses of ProviderExecutionMode.Mode in org.episteme.core.technical.algorithm
Subclasses with type arguments of type ProviderExecutionMode.Mode in org.episteme.core.technical.algorithmModifier and TypeClassDescriptionstatic enumExecution modes that control fallback behavior.Methods in org.episteme.core.technical.algorithm that return ProviderExecutionMode.ModeModifier and TypeMethodDescriptionstatic ProviderExecutionMode.ModeProviderExecutionMode.get()Returns the current execution mode for this thread.static ProviderExecutionMode.ModeReturns the enum constant of this class with the specified name.static ProviderExecutionMode.Mode[]ProviderExecutionMode.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.technical.algorithm with parameters of type ProviderExecutionMode.ModeModifier and TypeMethodDescriptionstatic voidProviderExecutionMode.set(ProviderExecutionMode.Mode mode) Sets the execution mode for this thread.