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

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter
Direct Known Subclasses:
ChannelLogicalSubsetter, StationHas

public abstract class CompositeChannelSubsetter
extends LogicalLoaderSubsetter
implements ChannelSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
subsetters
 
Constructor Summary
CompositeChannelSubsetter(org.w3c.dom.Element config)
           
 
Method Summary
 SubsetterLoader getLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.sc.seis.sod.subsetter.channel.ChannelSubsetter
accept
 

Constructor Detail

CompositeChannelSubsetter

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

getLoader

public SubsetterLoader getLoader()
Specified by:
getLoader in class LogicalLoaderSubsetter