org.isam.exehda.services.ctxm
Class DoubleRange

java.lang.Object
  |
  +--org.isam.exehda.services.ctxm.DoubleRange

class DoubleRange
extends java.lang.Object

Represents a range of double values

Version:
$Date$ $Revision$
Author:
last modified by $Author$

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

DoubleRange

public DoubleRange(double ub,
                   boolean ubo,
                   double lb,
                   boolean lbo,
                   ContextManager.ContextState ctxs)
Method Detail

contains

public final boolean contains(double v)

getState

public final ContextManager.ContextState getState()