Uses of Enum Class
org.drools.core.common.ReteEvaluator.InternalOperationType
Packages that use ReteEvaluator.InternalOperationType
-
Uses of ReteEvaluator.InternalOperationType in org.drools.core.common
Methods in org.drools.core.common that return ReteEvaluator.InternalOperationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReteEvaluator.InternalOperationType[]ReteEvaluator.InternalOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.core.common with parameters of type ReteEvaluator.InternalOperationTypeModifier and TypeMethodDescriptiondefault voidReteEvaluator.endOperation(ReteEvaluator.InternalOperationType operationType) default voidReteEvaluator.startOperation(ReteEvaluator.InternalOperationType operationType)