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

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


org.drools.base.mvel
Class MVELConsequence

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

public class MVELConsequence
extends Object
implements Consequence

See Also:
Serialized Form

Constructor Summary
MVELConsequence(Serializable expr, DroolsMVELFactory factory)
           
 
Method Summary
 void evaluate(KnowledgeHelper knowledgeHelper, WorkingMemory workingMemory)
          Execute the consequence for the supplied matching Tuple.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELConsequence

public MVELConsequence(Serializable expr,
                       DroolsMVELFactory factory)
Method Detail

evaluate

public void evaluate(KnowledgeHelper knowledgeHelper,
                     WorkingMemory workingMemory)
              throws Exception
Description copied from interface: Consequence
Execute the consequence for the supplied matching Tuple.

Specified by:
evaluate in interface Consequence
workingMemory - TODO
Throws:
ConsequenceException - If an error occurs while attempting to invoke the consequence.
Exception


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