Uses of Interface
org.drools.base.rule.accessor.PredicateExpression
-
Packages that use PredicateExpression Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of PredicateExpression in org.drools.base.rule
Methods in org.drools.base.rule that return PredicateExpression Modifier and Type Method Description PredicateExpressionPredicateConstraint. getPredicateExpression()Methods in org.drools.base.rule with parameters of type PredicateExpression Modifier and Type Method Description voidPredicateConstraint. setPredicateExpression(PredicateExpression expression)Constructors in org.drools.base.rule with parameters of type PredicateExpression Constructor Description PredicateConstraint(PredicateExpression evaluator)PredicateConstraint(PredicateExpression expression, Declaration[] previousDeclarations, Declaration[] localDeclarations)
-