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

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


org.drools.base.mvel
Class MVELEvalExpression

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

public class MVELEvalExpression
extends Object
implements EvalExpression

See Also:
Serialized Form

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

Constructor Detail

MVELEvalExpression

public MVELEvalExpression(Serializable expr,
                          DroolsMVELFactory factory)
Method Detail

evaluate

public boolean evaluate(Tuple tuple,
                        Declaration[] requiredDeclarations,
                        WorkingMemory workingMemory)
                 throws Exception
Specified by:
evaluate in interface EvalExpression
Throws:
Exception


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