Uses of Class
org.drools.core.common.ReteEvaluator.InternalOperationType
-
Packages that use ReteEvaluator.InternalOperationType Package Description org.drools.core.common -
-
Uses of ReteEvaluator.InternalOperationType in org.drools.core.common
Methods in org.drools.core.common that return ReteEvaluator.InternalOperationType Modifier and Type Method Description static ReteEvaluator.InternalOperationTypeReteEvaluator.InternalOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReteEvaluator.InternalOperationType[]ReteEvaluator.InternalOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.core.common with parameters of type ReteEvaluator.InternalOperationType Modifier and Type Method Description default voidReteEvaluator. endOperation(ReteEvaluator.InternalOperationType operationType)default voidReteEvaluator. startOperation(ReteEvaluator.InternalOperationType operationType)
-