Package org.deidentifier.arx.aggregates
Klasse HierarchyBuilderIntervalBased.Interval<T>
java.lang.Object
org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup
org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval<T>
- Typparameter:
T-
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
HierarchyBuilderIntervalBased<T>
public static class HierarchyBuilderIntervalBased.Interval<T>
extends HierarchyBuilderGroupingBased.AbstractGroup
This class represents an interval.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns the function.getMax()Returns the maximum.getMin()Returns the minimum.getShiftedInstance(T offset, DataType.DataTypeWithRatioScale<T> type) Returns an instance shifted by the given offsetinthashCode()booleanIs this an interval for null valuesbooleanIs this an interval representing values that are out of boundsbooleanIs this an interval representing values that are out of the lower boundtoString()Von Klasse geerbte Methoden org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.AbstractGroup
getLabel
-
Methodendetails
-
equals
-
getFunction
Returns the function.- Gibt zurück:
- the function
-
getMax
Returns the maximum.- Gibt zurück:
- the max (inclusive)
-
getMin
Returns the minimum.- Gibt zurück:
- the min (exclusive)
-
getShiftedInstance
public HierarchyBuilderIntervalBased.Interval<T> getShiftedInstance(T offset, DataType.DataTypeWithRatioScale<T> type) Returns an instance shifted by the given offset- Parameter:
offset-type-- Gibt zurück:
-
hashCode
public int hashCode() -
isNullInterval
public boolean isNullInterval()Is this an interval for null values- Gibt zurück:
-
isOutOfBound
public boolean isOutOfBound()Is this an interval representing values that are out of bounds- Gibt zurück:
-
isOutOfLowerBound
public boolean isOutOfLowerBound()Is this an interval representing values that are out of the lower bound- Gibt zurück:
-
toString
-