public class NetworkScript extends AbstractScriptSubsetter implements NetworkSubsetter
config, engine, factory, script, scriptType| Constructor and Description |
|---|
NetworkScript(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(NetworkAttrImpl network) |
StringTree |
runScript(VelocityNetwork networkAttr)
Run the script with the arguments as predefined variables.
|
cleanScript, eval, preeval, pullResultpublic StringTree accept(NetworkAttrImpl network) throws java.lang.Exception
accept in interface NetworkSubsetterjava.lang.Exceptionpublic StringTree runScript(VelocityNetwork networkAttr) throws java.lang.Exception
java.lang.Exception