edu.sc.seis.sod.subsetter
Class EventEffectiveTimeOverlap

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

public class EventEffectiveTimeOverlap
extends EffectiveTimeOverlap

EventEffectiveTimeOverlap.java Created: Wed Mar 19 10:49:54 2003


Constructor Summary
EventEffectiveTimeOverlap(StatefulEvent event)
           
 
Method Summary
 boolean overlaps(Channel channel)
           
 boolean overlaps(NetworkAttr net)
           
 boolean overlaps(Site site)
           
 boolean overlaps(Station station)
           
 
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

EventEffectiveTimeOverlap

public EventEffectiveTimeOverlap(StatefulEvent event)
                          throws NoPreferredOrigin
Throws:
NoPreferredOrigin
Method Detail

overlaps

public boolean overlaps(NetworkAttr net)

overlaps

public boolean overlaps(Station station)

overlaps

public boolean overlaps(Site site)

overlaps

public boolean overlaps(Channel channel)