|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntervalValue
Interface supporting interval cells holding minimum and maximum boundaries.
| Nested Class Summary | |
|---|---|
static class |
IntervalValue.IntervalUtilityFactory
Implementations of the meta information of this value class. |
| Nested classes/interfaces inherited from interface org.knime.core.data.DataValue |
|---|
DataValue.UtilityFactory |
| Field Summary | |
|---|---|
static DataValue.UtilityFactory |
UTILITY
Meta information to this value type. |
| Method Summary | |
|---|---|
int |
compare(double value)
Determines if the given double value is contained in this interval, to the left or to the right. |
int |
compare(DoubleValue value)
Determines if the given double value is contained in this interval, to the left or to the right. |
double |
getLeftBound()
|
double |
getRightBound()
|
boolean |
includes(IntervalValue value)
Determines if the given IntervalValue is contained in this
interval. |
boolean |
leftBoundIncluded()
|
boolean |
rightBoundIncluded()
|
| Field Detail |
|---|
static final DataValue.UtilityFactory UTILITY
DataValue.UTILITY| Method Detail |
|---|
double getLeftBound()
double getRightBound()
boolean leftBoundIncluded()
boolean rightBoundIncluded()
int compare(double value)
value - the value to check
int compare(DoubleValue value)
value - the value to check
boolean includes(IntervalValue value)
IntervalValue is contained in this
interval.
value - the interval to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||