Uses of Interface
org.drools.spi.PredicateExpression

Packages that use PredicateExpression
org.drools.base.mvel   
org.drools.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.mvel
 

Classes in org.drools.base.mvel that implement PredicateExpression
 class MVELPredicateExpression
           
 

Uses of PredicateExpression in org.drools.rule
 

Methods in org.drools.rule that return PredicateExpression
 PredicateExpression PredicateConstraint.getPredicateExpression()
           
 

Methods in org.drools.rule with parameters of type PredicateExpression
 void PredicateConstraint.setPredicateExpression(PredicateExpression expression)
           
 

Constructors in org.drools.rule with parameters of type PredicateExpression
PredicateConstraint(PredicateExpression evaluator)
           
PredicateConstraint(PredicateExpression expression, Declaration[] previousDeclarations, Declaration[] localDeclarations, String[] requiredGlobals, String[] requiredOperators)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.