Package org.deidentifier.arx.aggregates
Klasse HierarchyBuilderGroupingBased.Level<U>
java.lang.Object
org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Level<U>
- Typparameter:
U-
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
HierarchyBuilderGroupingBased<T>
This class represents a level in the hierarchy.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddGroup(int size) Adds the given group with the default aggregate function.Adds the given group.addGroup(int size, AggregateFunction<U> function) Adds the given group with the given aggregate function.Removes all groups on this level.Returns the list.intgetLevel()Returns the leveltoString()
-
Methodendetails
-
addGroup
Adds the given group with the default aggregate function.- Parameter:
size-- Gibt zurück:
-
addGroup
Adds the given group with the given aggregate function.- Parameter:
size-function-- Gibt zurück:
-
addGroup
Adds the given group. The result will be labeled with the given string- Parameter:
size-label-- Gibt zurück:
-
clearGroups
Removes all groups on this level.- Gibt zurück:
-
getGroups
Returns the list.- Gibt zurück:
-
getLevel
public int getLevel()Returns the level- Gibt zurück:
- the level
-
toString
-