edu.sc.seis.sod.subsetter
Class UnitRange

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.UnitRange
All Implemented Interfaces:
SodElement
Direct Known Subclasses:
DepthRange

public class UnitRange
extends java.lang.Object
implements SodElement

UnitRange.java Created: Tue Apr 2 13:40:14 2002


Constructor Summary
UnitRange(org.w3c.dom.Element config)
           
 
Method Summary
 UnitRange getUnitRange()
           
 void processConfig(org.w3c.dom.Element config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitRange

public UnitRange(org.w3c.dom.Element config)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

processConfig

public void processConfig(org.w3c.dom.Element config)
                   throws ConfigurationException
Throws:
ConfigurationException

getUnitRange

public UnitRange getUnitRange()