Uses of Enum Class
org.episteme.core.technical.algorithm.OperationContext.Hint
Packages that use OperationContext.Hint
-
Uses of OperationContext.Hint in org.episteme.core.technical.algorithm
Subclasses with type arguments of type OperationContext.Hint in org.episteme.core.technical.algorithmModifier and TypeClassDescriptionstatic enumHints about the data characteristics.Methods in org.episteme.core.technical.algorithm that return OperationContext.HintModifier and TypeMethodDescriptionstatic OperationContext.HintReturns the enum constant of this class with the specified name.static OperationContext.Hint[]OperationContext.Hint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.technical.algorithm that return types with arguments of type OperationContext.HintModifier and TypeMethodDescriptionOperationContext.getHints()Unmodifiable set of operation hints.Methods in org.episteme.core.technical.algorithm with parameters of type OperationContext.HintModifier and TypeMethodDescriptionOperationContext.Builder.addHint(OperationContext.Hint hint) booleanOperationContext.hasHint(OperationContext.Hint hint) Whether a specific hint is present.