public class ChannelScript extends AbstractScriptSubsetter implements ChannelSubsetter
config, engine, factory, script, scriptType
Constructor and Description |
---|
ChannelScript(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
StringTree |
accept(edu.iris.Fissures.network.ChannelImpl channel,
NetworkSource network) |
StringTree |
runScript(VelocityChannel channel,
VelocityNetworkSource networkSource)
Run the script with the arguments as predefined variables.
|
cleanScript, eval, preeval, pullResult
public StringTree accept(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network) throws java.lang.Exception
accept
in interface ChannelSubsetter
java.lang.Exception
public StringTree runScript(VelocityChannel channel, VelocityNetworkSource networkSource) throws java.lang.Exception
java.lang.Exception