edu.sc.seis.sod.subsetter
Class AbstractPrintlineProcess

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
Direct Known Subclasses:
PrintlineChannelProcess, PrintlineEventProcess, PrintlineEventStation, PrintlineNetworkProcess, PrintlineRequestProcessor, PrintlineStationProcess

public abstract class AbstractPrintlineProcess
extends java.lang.Object


Field Summary
protected  java.lang.String filename
           
protected  java.lang.String template
           
protected  PrintlineVelocitizer velocitizer
           
 
Constructor Summary
AbstractPrintlineProcess(org.w3c.dom.Element config)
           
 
Method Summary
abstract  java.lang.String getDefaultTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

velocitizer

protected PrintlineVelocitizer velocitizer

filename

protected java.lang.String filename

template

protected java.lang.String template
Constructor Detail

AbstractPrintlineProcess

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

getDefaultTemplate

public abstract java.lang.String getDefaultTemplate()