Class EffectiveTimeOverlap

java.lang.Object
edu.sc.seis.sod.subsetter.EffectiveTimeOverlap
All Implemented Interfaces:
SodElement, Subsetter
Direct Known Subclasses:
ChannelEffectiveTimeOverlap, EventEffectiveTimeOverlap, NetworkEffectiveTimeOverlap, StationEffectiveTimeOverlap

public abstract class EffectiveTimeOverlap
extends java.lang.Object
implements Subsetter
  • Constructor Summary

    Constructors 
    Constructor Description
    EffectiveTimeOverlap​(edu.sc.seis.sod.model.common.TimeRange range)  
    EffectiveTimeOverlap​(MicroSecondTimeRangeSupplier timeRange)  
    EffectiveTimeOverlap​(java.time.Instant start, java.time.Instant end)  
    EffectiveTimeOverlap​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    boolean overlaps​(edu.sc.seis.sod.model.common.TimeRange otherRange)  
    boolean overlaps​(java.time.Instant otherStart, java.time.Instant otherEnd)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait