org.drools.spi
Interface ReturnValueExpression
- All Superinterfaces:
- Invoker, RuleComponent
- All Known Implementing Classes:
- MVELReturnValueExpression
public interface ReturnValueExpression
- extends Invoker
createContext
Object createContext()
evaluate
FieldValue evaluate(Object object,
Tuple tuple,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
WorkingMemory workingMemory,
Object context)
throws Exception
- Throws:
Exception
replaceDeclaration
void replaceDeclaration(Declaration declaration,
Declaration resolved)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.