|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.groovy.GroovyInterp
Base class for Groovy based semantic components.
Constructor Summary | |
protected |
GroovyInterp(java.lang.String text,
Rule rule)
Construct. |
Method Summary | |
protected groovy.lang.Script |
getCode()
|
protected Rule |
getRule()
|
java.lang.String |
getText()
Retrieve the text to evaluate. |
protected groovy.lang.Binding |
setUpDictionary(Tuple tuple,
java.util.Iterator declIter)
Configure a ScriptContext using a Tuple for
variable bindings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected GroovyInterp(java.lang.String text, Rule rule)
Method Detail |
public java.lang.String getText()
protected groovy.lang.Script getCode()
protected Rule getRule()
protected groovy.lang.Binding setUpDictionary(Tuple tuple, java.util.Iterator declIter)
ScriptContext
using a Tuple
for
variable bindings.
tuple
- Tuple containing variable bindings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |