|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.groovy.Interp
Base class for Groovy based semantic components.
Eval
,
Exec
,
Serialized FormConstructor Summary | |
protected |
Interp(String text,
Rule rule)
Construct. |
Method Summary | |
protected groovy.lang.Script |
getCode()
|
protected Rule |
getRule()
|
String |
getText()
Retrieve the text to evaluate. |
protected groovy.lang.Binding |
setUpDictionary(Tuple tuple)
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 Interp(String text, Rule rule)
Method Detail |
public String getText()
protected groovy.lang.Script getCode()
protected Rule getRule()
protected groovy.lang.Binding setUpDictionary(Tuple tuple)
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 |