Class BtimeRange

java.lang.Object
edu.sc.seis.seisFile.mseed.BtimeRange

public class BtimeRange
extends java.lang.Object
Convience class to hold begin and end Btime, along with simple methods to test if another Btime in inside the range.
  • Constructor Summary

    Constructors
    Constructor Description
    BtimeRange​(Btime begin, Btime end)  
  • Method Summary

    Modifier and Type Method Description
    Btime getBegin()  
    Btime getEnd()  
    boolean overlaps​(Btime btime)  
    boolean overlaps​(BtimeRange range)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BtimeRange

      public BtimeRange​(Btime begin, Btime end)
  • Method Details

    • getBegin

      public Btime getBegin()
    • getEnd

      public Btime getEnd()
    • overlaps

      public boolean overlaps​(Btime btime)
    • overlaps

      public boolean overlaps​(BtimeRange range)