Uses of Class
org.drools.drl.parser.impl.Operator
-
Packages that use Operator Package Description org.drools.drl.parser.impl -
-
Uses of Operator in org.drools.drl.parser.impl
Methods in org.drools.drl.parser.impl that return Operator Modifier and Type Method Description static 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 parametersOperatorOperator.BuiltInOperator. getOperator()Methods in org.drools.drl.parser.impl that return types with arguments of type Operator Modifier and Type Method Description static Collection<Operator>Operator. getAllOperators()
-