|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.util.DoubleRange
This class implements a container for a range of two double values.
Constructor Summary | |
DoubleRange(double a,
double b)
Constructor initialized with two values |
Method Summary | |
double |
getEnd()
Returns the end value. |
double |
getStart()
Returns the start value. |
java.lang.Object |
getUnit()
Returns a unit that indicates what type of range this is (a Double) |
void |
setEnd(double end)
Sets end double value. |
void |
setStart(double start)
Sets start value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleRange(double a, double b)
a
- start double valueb
- end double valueMethod Detail |
public void setStart(double start)
public void setEnd(double end)
public double getStart()
public double getEnd()
public java.lang.Object getUnit()
getUnit
in interface Range
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |