edu.sc.seis.sod
Class BeginEndTimeRangeSupplier

java.lang.Object
  extended by edu.sc.seis.sod.BeginEndTimeRangeSupplier
All Implemented Interfaces:
MicroSecondTimeRangeSupplier

public class BeginEndTimeRangeSupplier
extends java.lang.Object
implements MicroSecondTimeRangeSupplier


Constructor Summary
BeginEndTimeRangeSupplier(MicroSecondDateSupplier begin, MicroSecondDateSupplier end)
           
 
Method Summary
 MicroSecondTimeRange getMSTR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeginEndTimeRangeSupplier

public BeginEndTimeRangeSupplier(MicroSecondDateSupplier begin,
                                 MicroSecondDateSupplier end)
Method Detail

getMSTR

public MicroSecondTimeRange getMSTR()
Specified by:
getMSTR in interface MicroSecondTimeRangeSupplier