Uses of Class
org.drools.core.base.evaluators.Operator
-
Packages that use Operator Package Description org.drools.core.base.evaluators -
-
Uses of Operator in org.drools.core.base.evaluators
Methods in org.drools.core.base.evaluators 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.core.base.evaluators that return types with arguments of type Operator Modifier and Type Method Description static Collection<Operator>Operator. getAllOperators()Methods in org.drools.core.base.evaluators with parameters of type Operator Modifier and Type Method Description voidEvaluatorCache. addEvaluator(ValueType type, Operator operator, Evaluator evaluator)EvaluatorEvaluatorCache. getEvaluator(ValueType type, Operator operator)EvaluatorEvaluatorDefinition. getEvaluator(ValueType type, Operator operator)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorDefinition. getEvaluator(ValueType type, Operator operator, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorRegistry. getEvaluator(ValueType type, Operator operator)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorRegistry. getEvaluator(ValueType type, Operator operator, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorDefinitionEvaluatorRegistry. getEvaluatorDefinition(Operator operator)Returns the evaluator definition for the given operator or null if no one was found
-