edu.sc.seis.sod.subsetter.requestGenerator
Class RandomTimeInterval

java.lang.Object
  extended by edu.iris.Fissures.Quantity
      extended by edu.iris.Fissures.model.QuantityImpl
          extended by edu.iris.Fissures.model.TimeInterval
              extended by edu.sc.seis.sod.subsetter.requestGenerator.RandomTimeInterval
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class RandomTimeInterval
extends TimeInterval

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.model.QuantityImpl
format
 
Fields inherited from class edu.iris.Fissures.Quantity
the_units, value
 
Constructor Summary
RandomTimeInterval(double min, double max, UnitImpl unit)
           
 
Method Summary
 double getValue()
           
 
Methods inherited from class edu.iris.Fissures.model.TimeInterval
add, convertTo, createTimeInterval, divideBy, multiplyBy, subtract
 
Methods inherited from class edu.iris.Fissures.model.QuantityImpl
abs, add, createEmpty, createQuantityImpl, divideBy, equals, formatValue, get_unit, get_value, getUnit, getValue, greaterThan, greaterThanEqual, hashCode, inverse, lessThan, lessThanEqual, main, multiplyBy, setDecimalFormat, setFormat, setUnit, setValue, subtract, toString
 
Methods inherited from class edu.iris.Fissures.Quantity
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomTimeInterval

public RandomTimeInterval(double min,
                          double max,
                          UnitImpl unit)
Method Detail

getValue

public double getValue()
Overrides:
getValue in class QuantityImpl