Class NetworkScript

java.lang.Object
edu.sc.seis.sod.subsetter.AbstractScriptSubsetter
edu.sc.seis.sod.subsetter.network.NetworkScript
All Implemented Interfaces:
SodElement, NetworkSubsetter, Subsetter

public class NetworkScript
extends AbstractScriptSubsetter
implements NetworkSubsetter
  • Constructor Details

    • NetworkScript

      public NetworkScript​(org.w3c.dom.Element config)
  • Method Details

    • accept

      public StringTree accept​(edu.sc.seis.seisFile.fdsnws.stationxml.Network network) throws java.lang.Exception
      Specified by:
      accept in interface NetworkSubsetter
      Throws:
      java.lang.Exception
    • runScript

      public StringTree runScript​(VelocityNetwork networkAttr) throws java.lang.Exception
      Run the script with the arguments as predefined variables.
      Throws:
      java.lang.Exception