edu.sc.seis.sod.subsetter.eventStation
Class Relative

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.eventStation.PhaseInteractionType
      extended by edu.sc.seis.sod.subsetter.eventStation.Relative
All Implemented Interfaces:
SodElement, Subsetter

public class Relative
extends PhaseInteractionType


Constructor Summary
Relative(org.w3c.dom.Element config)
           
 
Method Summary
 DepthRange getDepthRange()
           
 DistanceRangeSubsetter getDistanceRange()
           
 java.lang.String getReference()
           
 void processConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relative

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

processConfig

public void processConfig()
                   throws ConfigurationException
Throws:
ConfigurationException

getReference

public java.lang.String getReference()

getDepthRange

public DepthRange getDepthRange()

getDistanceRange

public DistanceRangeSubsetter getDistanceRange()