Package edu.sc.seis.sod
Class BeginEndTimeRangeSupplier
- java.lang.Object
-
- edu.sc.seis.sod.BeginEndTimeRangeSupplier
-
- All Implemented Interfaces:
MicroSecondTimeRangeSupplier
public class BeginEndTimeRangeSupplier extends java.lang.Object implements MicroSecondTimeRangeSupplier
-
-
Constructor Summary
Constructors Constructor Description BeginEndTimeRangeSupplier(MicroSecondDateSupplier begin, MicroSecondDateSupplier end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange
getMSTR()
-
-
-
Constructor Detail
-
BeginEndTimeRangeSupplier
public BeginEndTimeRangeSupplier(MicroSecondDateSupplier begin, MicroSecondDateSupplier end)
-
-
Method Detail
-
getMSTR
public edu.sc.seis.fissuresUtil.time.MicroSecondTimeRange getMSTR()
- Specified by:
getMSTR
in interfaceMicroSecondTimeRangeSupplier
-
-