Class CompositeChannelSubsetter
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
-
- 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
Constructors Constructor Description CompositeChannelSubsetter(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubsetterLoader
getLoader()
-
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
getSubsetters
-
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 classLogicalLoaderSubsetter
-
-