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

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


org.drools.base.mvel
Class MVELPredicateExpression

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

public class MVELPredicateExpression
extends Object
implements PredicateExpression

See Also:
Serialized Form

Constructor Summary
MVELPredicateExpression(Serializable expr, DroolsMVELFactory factory)
           
 
Method Summary
 boolean 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

MVELPredicateExpression

public MVELPredicateExpression(Serializable expr,
                               DroolsMVELFactory factory)
Method Detail

evaluate

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


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