|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.base.mvel.MVELConsequence
public class MVELConsequence
Constructor Summary | |
---|---|
MVELConsequence(java.io.Serializable expr,
DroolsMVELFactory factory)
|
Method Summary | |
---|---|
void |
evaluate(KnowledgeHelper knowledgeHelper,
WorkingMemory workingMemory)
Execute the consequence for the supplied matching Tuple . |
java.io.Serializable |
getCompExpr()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MVELConsequence(java.io.Serializable expr, DroolsMVELFactory factory)
Method Detail |
---|
public void evaluate(KnowledgeHelper knowledgeHelper, WorkingMemory workingMemory) throws java.lang.Exception
Consequence
Tuple
.
evaluate
in interface Consequence
workingMemory
- TODO
ConsequenceException
- If an error occurs while attempting to invoke the
consequence.
java.lang.Exception
public java.io.Serializable getCompExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |