Class EventVectorScript
java.lang.Object
edu.sc.seis.sod.subsetter.AbstractScriptSubsetter
edu.sc.seis.sod.subsetter.eventChannel.vector.EventVectorScript
- All Implemented Interfaces:
SodElement
,EventVectorSubsetter
,Subsetter
-
Field Summary
Fields inherited from class edu.sc.seis.sod.subsetter.AbstractScriptSubsetter
config, engine, factory, script, scriptType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar) runScript
(VelocityEvent event, VelocityChannelGroup channelGroup, CookieJar cookieJar) Run the script with the arguments as predefined variables.Methods inherited from class edu.sc.seis.sod.subsetter.AbstractScriptSubsetter
cleanScript, eval, preeval, pullResult
-
Constructor Details
-
EventVectorScript
-
-
Method Details
-
accept
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar) throws Exception - Specified by:
accept
in interfaceEventVectorSubsetter
- Throws:
Exception
-
runScript
public StringTree runScript(VelocityEvent event, VelocityChannelGroup channelGroup, CookieJar cookieJar) throws Exception Run the script with the arguments as predefined variables.- Throws:
Exception
-