edu.sc.seis.sod.subsetter.network
Class PrintlineNetworkProcess

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
      extended by edu.sc.seis.sod.subsetter.network.PrintlineNetworkProcess
All Implemented Interfaces:
SodElement, NetworkSubsetter, Subsetter

public class PrintlineNetworkProcess
extends AbstractPrintlineProcess
implements NetworkSubsetter


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

Field Detail

DEFAULT_TEMPLATE

public static final java.lang.String DEFAULT_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

PrintlineNetworkProcess

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

getDefaultTemplate

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

accept

public StringTree accept(NetworkAttrImpl attr)
                  throws java.lang.Exception
Specified by:
accept in interface NetworkSubsetter
Throws:
java.lang.Exception