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

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.RangeSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.Sampling
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class Sampling
extends RangeSubsetter
implements ChannelSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
DEFAULT_MAX, DEFAULT_MIN, max, min
 
Constructor Summary
Sampling(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(ChannelImpl channel, NetworkSource network)
           
 boolean accept(SamplingImpl channelSampling)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
accept, acceptMax, acceptMin, getMaxValue, getMinValue, parseConfig, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sampling

public Sampling(org.w3c.dom.Element config)
         throws ConfigurationException
Throws:
ConfigurationException
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

public boolean accept(SamplingImpl channelSampling)