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

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


org.drools.base.mvel
Class MVELReturnValueExpression

java.lang.Object
  extended by org.drools.base.mvel.MVELReturnValueExpression
All Implemented Interfaces:
Serializable, Invoker, ReturnValueExpression, RuleComponent

public class MVELReturnValueExpression
extends Object
implements ReturnValueExpression

See Also:
Serialized Form

Constructor Summary
MVELReturnValueExpression(Serializable expr, DroolsMVELFactory factory)
           
 
Method Summary
 FieldValue evaluate(Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELReturnValueExpression

public MVELReturnValueExpression(Serializable expr,
                                 DroolsMVELFactory factory)
Method Detail

evaluate

public FieldValue evaluate(Object object,
                           Tuple tuple,
                           Declaration[] previousDeclarations,
                           Declaration[] requiredDeclarations,
                           WorkingMemory workingMemory)
                    throws Exception
Specified by:
evaluate in interface ReturnValueExpression
Throws:
Exception


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