Class DoubleInterval
- java.lang.Object
-
- org.spectrumauctions.sats.core.util.random.DoubleInterval
-
- All Implemented Interfaces:
java.io.Serializable
public final class DoubleInterval extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoubleInterval(double singleValue)DoubleInterval(double minValue, double maxValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMaxValue()doublegetMinValue()booleanisNonNegative()booleanisStrictlyNegative()booleanisStrictlyPositive()java.lang.StringtoString()
-
-
-
Method Detail
-
getMinValue
public double getMinValue()
-
getMaxValue
public double getMaxValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isStrictlyPositive
public boolean isStrictlyPositive()
-
isNonNegative
public boolean isNonNegative()
-
isStrictlyNegative
public boolean isStrictlyNegative()
-
-