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

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

public class SiteEffectiveTimeOverlap
extends EffectiveTimeOverlap
implements ChannelSubsetter


Constructor Summary
SiteEffectiveTimeOverlap(org.w3c.dom.Element config)
           
SiteEffectiveTimeOverlap(TimeRange tr)
           
 
Method Summary
 StringTree accept(ChannelImpl channel, NetworkSource network)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.EffectiveTimeOverlap
overlaps, overlaps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteEffectiveTimeOverlap

public SiteEffectiveTimeOverlap(org.w3c.dom.Element config)
                         throws ConfigurationException
Throws:
ConfigurationException

SiteEffectiveTimeOverlap

public SiteEffectiveTimeOverlap(TimeRange tr)
Method Detail

accept

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