|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shapelogic.scripting.BaseScriptingFunction
org.shapelogic.scripting.FunctionCalc0<E>
public class FunctionCalc0<E>
Transform based on an expression in a Scripting language using JSR 223. Requires Groovy to be installed. Need special installation of groovy-engine.jar that need to be downloade from Sun. Requires that the scripting language support the invocable interface.
| Field Summary |
|---|
| Fields inherited from class org.shapelogic.scripting.BaseScriptingFunction |
|---|
_expression, _functionName, _language, _scriptEngine, DEFAULT_LANGUAGE |
| Constructor Summary | |
|---|---|
FunctionCalc0(java.lang.String functionName,
java.lang.String expression)
|
|
FunctionCalc0(java.lang.String functionName,
java.lang.String expression,
java.lang.String language)
|
|
| Method Summary | |
|---|---|
E |
invoke()
|
| Methods inherited from class org.shapelogic.scripting.BaseScriptingFunction |
|---|
getScriptEngine, put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionCalc0(java.lang.String functionName,
java.lang.String expression,
java.lang.String language)
public FunctionCalc0(java.lang.String functionName,
java.lang.String expression)
| Method Detail |
|---|
public E invoke()
invoke in interface Calc0<E>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||