Uses of Class
org.drools.drl.parser.impl.Operator
Packages that use Operator
-
Uses of Operator in org.drools.drl.parser.impl
Methods in org.drools.drl.parser.impl that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.addOperatorToRegistry(String operatorId, boolean isNegated) Creates a new Operator instance for the given parameters, adds it to the registry and return itstatic OperatorOperator.determineOperator(String operatorId, boolean isNegated) Returns the operator instance for the given parametersOperator.BuiltInOperator.getOperator()Methods in org.drools.drl.parser.impl that return types with arguments of type Operator