Package org.drools.core.rule.accessor
Interface PredicateExpression
-
- All Superinterfaces:
Invoker,RuleComponent
public interface PredicateExpression extends Invoker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateContext()booleanevaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReteEvaluator reteEvaluator, Object context)-
Methods inherited from interface org.drools.core.rule.accessor.Invoker
wrapsCompiledInvoker
-
-
-
-
Method Detail
-
createContext
Object createContext()
-
evaluate
boolean evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReteEvaluator reteEvaluator, Object context) throws Exception
- Throws:
Exception
-
-