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

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

public class ChannelEffectiveTimeOverlap
extends EffectiveTimeOverlap
implements ChannelSubsetter


Constructor Summary
ChannelEffectiveTimeOverlap(org.w3c.dom.Element config)
           
ChannelEffectiveTimeOverlap(MicroSecondDate start, MicroSecondDate end)
           
ChannelEffectiveTimeOverlap(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

ChannelEffectiveTimeOverlap

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

ChannelEffectiveTimeOverlap

public ChannelEffectiveTimeOverlap(TimeRange tr)

ChannelEffectiveTimeOverlap

public ChannelEffectiveTimeOverlap(MicroSecondDate start,
                                   MicroSecondDate end)
Method Detail

accept

public StringTree accept(ChannelImpl channel,
                         NetworkSource network)
Specified by:
accept in interface ChannelSubsetter