|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.semantics.python.Interp | +--org.drools.semantics.python.Exec
Base class for Jython statement-based Python semantic components.
BlockConsequence
Constructor Summary | |
protected |
Exec(java.lang.String text)
Construct. |
Method Summary | |
protected void |
execute(org.python.core.PyDictionary locals)
Execute. |
void |
execute(Tuple tuple)
Execute. |
Methods inherited from class org.drools.semantics.python.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(org.python.core.PyDictionary locals)
locals
- The evaluation dictionary.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |