edu.sc.seis.sod.subsetter.station
Class PrintlineStationProcess

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
      extended by edu.sc.seis.sod.subsetter.station.PrintlineStationProcess
All Implemented Interfaces:
SodElement, StationSubsetter, Subsetter

public class PrintlineStationProcess
extends AbstractPrintlineProcess
implements StationSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
filename, template, velocitizer
 
Constructor Summary
PrintlineStationProcess(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(StationImpl station, NetworkSource network)
           
 java.lang.String getDefaultTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintlineStationProcess

public PrintlineStationProcess(org.w3c.dom.Element config)
                        throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(StationImpl station,
                         NetworkSource network)
                  throws java.lang.Exception
Specified by:
accept in interface StationSubsetter
Throws:
java.lang.Exception

getDefaultTemplate

public java.lang.String getDefaultTemplate()
Specified by:
getDefaultTemplate in class AbstractPrintlineProcess