edu.sc.seis.sod.subsetter.channel
Class AbstractStageUnit

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.AbstractResponseSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.AbstractStageSubsetter
          extended by edu.sc.seis.sod.subsetter.channel.AbstractStageUnit
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter
Direct Known Subclasses:
StageInputUnit, StageOutputUnit

public abstract class AbstractStageUnit
extends AbstractStageSubsetter


Constructor Summary
AbstractStageUnit(org.w3c.dom.Element config)
           
 
Method Summary
protected abstract  StringTree accept(Stage stage)
           
protected  StringTree accept(Unit stageUnit)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.channel.AbstractStageSubsetter
accept
 
Methods inherited from class edu.sc.seis.sod.subsetter.channel.AbstractResponseSubsetter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStageUnit

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

accept

protected abstract StringTree accept(Stage stage)
Specified by:
accept in class AbstractStageSubsetter

accept

protected StringTree accept(Unit stageUnit)