|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.ctxm.DoubleRange
Represents a range of double values
Constructor Summary | |
DoubleRange(double ub,
boolean ubo,
double lb,
boolean lbo,
ContextManager.ContextState ctxs)
|
Method Summary | |
boolean |
contains(double v)
|
ContextManager.ContextState |
getState()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleRange(double ub, boolean ubo, double lb, boolean lbo, ContextManager.ContextState ctxs)
Method Detail |
public final boolean contains(double v)
public final ContextManager.ContextState getState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |