Class RandomTimeInterval
java.lang.Object
edu.iris.Fissures.Quantity
edu.iris.Fissures.model.QuantityImpl
edu.iris.Fissures.model.TimeInterval
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 edu.iris.Fissures.model.TimeInterval
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RandomTimeInterval(double min, double max, edu.iris.Fissures.model.UnitImpl unit)
-
Method Summary
Modifier and Type Method Description 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, setFormat, setUnit, setValue, subtract, toString
-
Constructor Details
-
RandomTimeInterval
public RandomTimeInterval(double min, double max, edu.iris.Fissures.model.UnitImpl unit)
-
-
Method Details
-
getValue
public double getValue()- Overrides:
getValue
in classedu.iris.Fissures.model.QuantityImpl
-