edu.sc.seis.fissuresUtil.flow.tester.model
Class DepthTester

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.flow.tester.model.QuantityRangeTester
      extended by edu.sc.seis.fissuresUtil.flow.tester.model.DepthTester
All Implemented Interfaces:
Tester

public class DepthTester
extends QuantityRangeTester


Constructor Summary
DepthTester()
           
DepthTester(double min, double max)
           
DepthTester(edu.iris.Fissures.model.QuantityImpl min, edu.iris.Fissures.model.QuantityImpl max)
           
 
Method Summary
 
Methods inherited from class edu.sc.seis.fissuresUtil.flow.tester.model.QuantityRangeTester
getMax, getMin, setExtractor, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthTester

public DepthTester()

DepthTester

public DepthTester(double min,
                   double max)

DepthTester

public DepthTester(edu.iris.Fissures.model.QuantityImpl min,
                   edu.iris.Fissures.model.QuantityImpl max)