|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.java.JavaBlockConsequence
Java block semantics Consequence
.
![]() |
![]() |
Nested Class Summary | |
static interface |
JavaBlockConsequence.Script
|
Constructor Summary | |
JavaBlockConsequence(Rule rule,
int id,
java.lang.String block)
Construct. |
Method Summary | |
void |
invoke(Tuple tuple,
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 |
public JavaBlockConsequence(Rule rule, int id, java.lang.String block) throws java.lang.Exception
block
- The statement block.rule
- The rule.Method Detail |
public void invoke(Tuple tuple, WorkingMemory workingMemory) throws ConsequenceException
Tuple
.
invoke
in interface Consequence
ConsequenceException
- If an error occurs while attempting to invoke the
consequence.tuple
- The matching tuple.workingMemory
- The working memory session.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |