org.drools.spi
Interface PredicateExpression
- All Superinterfaces:
- Invoker, RuleComponent
- All Known Subinterfaces:
- PredicateStub
- All Known Implementing Classes:
- MVELPredicateExpression
public interface PredicateExpression
- extends Invoker
createContext
Object createContext()
evaluate
boolean evaluate(Object object,
Tuple tuple,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
WorkingMemory workingMemory,
Object context)
throws Exception
- Throws:
Exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.