|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.semantics.groovy.Interp | +--org.drools.semantics.groovy.Exec
Base class for Groovy-based semantic components.
BlockConsequence
Constructor Summary | |
protected |
Exec(java.lang.String text)
Construct. |
Method Summary | |
protected void |
execute(groovy.lang.ScriptContext locals)
Execute. |
void |
execute(Tuple tuple)
Execute. |
Methods inherited from class org.drools.semantics.groovy.Interp |
getCode, getNode, getText, setUpDictionary |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Exec(java.lang.String text)
Method Detail |
public void execute(Tuple tuple)
tuple
- Tuple containing variable bindings.protected void execute(groovy.lang.ScriptContext locals)
locals
- The evaluation dictionary.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |