edu.sc.seis.sod.subsetter.origin
Class OriginTimeRange

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.origin.OriginTimeRange
All Implemented Interfaces:
SodElement, MicroSecondTimeRangeSupplier, OriginSubsetter, Subsetter

public class OriginTimeRange
extends java.lang.Object
implements OriginSubsetter, MicroSecondTimeRangeSupplier


Constructor Summary
OriginTimeRange(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, EventAttrImpl eventAttr, OriginImpl origin)
           
 MicroSecondTimeRange getMSTR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginTimeRange

public OriginTimeRange(org.w3c.dom.Element config)
                throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getMSTR

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

accept

public StringTree accept(CacheEvent event,
                         EventAttrImpl eventAttr,
                         OriginImpl origin)
Specified by:
accept in interface OriginSubsetter