Class StationScript
java.lang.Object
edu.sc.seis.sod.subsetter.AbstractScriptSubsetter
edu.sc.seis.sod.subsetter.station.StationScript
- All Implemented Interfaces:
SodElement
,StationSubsetter
,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.iris.Fissures.network.StationImpl station, NetworkSource network) runScript
(VelocityStation station, VelocityNetworkSource networkSource) 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
-
StationScript
-
-
Method Details
-
accept
public StringTree accept(edu.iris.Fissures.network.StationImpl station, NetworkSource network) throws Exception - Specified by:
accept
in interfaceStationSubsetter
- Throws:
Exception
-
runScript
public StringTree runScript(VelocityStation station, VelocityNetworkSource networkSource) throws Exception Run the script with the arguments as predefined variables.- Throws:
Exception
-