U
- public static class HierarchyBuilderIntervalBased.Range<U>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Range(U snapFrom,
U bottomTopCodingFrom,
U minMaxValue)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
U |
getBottomTopCodingFrom()
Bottom/top coding will start from this value.
|
U |
getMinMaxValue()
If a value is discovered which is smaller/larger than this value
an exception will be raised.
|
U |
getSnapFrom()
Intervals will snap to lower/higher values from this value.
|
java.lang.String |
toString() |
public U getMinMaxValue()
public U getSnapFrom()
public U getBottomTopCodingFrom()
public java.lang.String toString()
toString
in class java.lang.Object