当前页面:
在线文档首页 >
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
org.drools.base.mvel.MVELConsequence
- All Implemented Interfaces:
- Serializable, Consequence, Invoker, RuleComponent
public class MVELConsequence
- extends Object
- implements Consequence
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVELConsequence
public MVELConsequence(Serializable expr,
DroolsMVELFactory factory)
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.