站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

ReturnValueExpression (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.spi
Interface ReturnValueExpression

All Superinterfaces:
Invoker, RuleComponent, Serializable
All Known Implementing Classes:
MVELReturnValueExpression

public interface ReturnValueExpression
extends Invoker


Method Summary
 FieldValue evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory)
           
 

Method Detail

evaluate

FieldValue evaluate(Object object,
                    Tuple tuple,
                    Declaration[] previousDeclarations,
                    Declaration[] localDeclarations,
                    WorkingMemory workingMemory)
                    throws Exception
Throws:
Exception


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.