Package edu.sc.seis.seisFile.mseed
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Btime
getBegin()
Btime
getEnd()
boolean
overlaps(Btime btime)
boolean
overlaps(BtimeRange range)
-