Package org.deidentifier.arx.aggregates
Klasse HierarchyBuilderIntervalBased.Range<U>
java.lang.Object
org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range<U>
- Typparameter:
U-
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
HierarchyBuilderIntervalBased<T>
For each direction, this class encapsulates three bounds. Intervals will be repeated until the
repeat-bound is reached. The outmost intervals will than be extended to the snap-bound. Values between
the snap-bound and the label-bound will be replaced by an out-of-bounds-label. For values larger than
the label-bound exceptions will be raised.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungBottom/top coding will start from this value.If a value is discovered which is smaller/larger than this value an exception will be raised.Intervals will snap to lower/higher values from this value.toString()
-
Konstruktordetails
-
Range
Creates a new instance.- Parameter:
snapFrom-bottomTopCodingFrom-minMaxValue-
-
-
Methodendetails
-
getBottomTopCodingFrom
Bottom/top coding will start from this value.- Gibt zurück:
-
getMinMaxValue
If a value is discovered which is smaller/larger than this value an exception will be raised.- Gibt zurück:
-
getSnapFrom
Intervals will snap to lower/higher values from this value.- Gibt zurück:
-
toString
-