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

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

public abstract class AbstractResponseSubsetter
extends java.lang.Object
implements ChannelSubsetter


Constructor Summary
AbstractResponseSubsetter()
           
 
Method Summary
 StringTree accept(ChannelImpl channel, NetworkSource network)
           
protected abstract  StringTree accept(Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResponseSubsetter

public AbstractResponseSubsetter()
Method Detail

accept

public StringTree accept(ChannelImpl channel,
                         NetworkSource network)
                  throws java.lang.Exception
Specified by:
accept in interface ChannelSubsetter
Throws:
java.lang.Exception

accept

protected abstract StringTree accept(Response response)