Verwendungen von Klasse
org.deidentifier.arx.aggregates.AggregateFunction.AggregateFunctionWithParameter
Packages, die AggregateFunction.AggregateFunctionWithParameter verwenden
Package
Beschreibung
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
-
Verwendungen von AggregateFunction.AggregateFunctionWithParameter in org.deidentifier.arx.aggregates
Unterklassen von AggregateFunction.AggregateFunctionWithParameter in org.deidentifier.arx.aggregatesModifizierer und TypKlasseBeschreibungstatic classAn aggregate function that returns a common prefix.static classAn aggregate function that returns a constant value.static classAn aggregate function that returns a set of the prefixes of the data values.Methoden in org.deidentifier.arx.aggregates, die AggregateFunction.AggregateFunctionWithParameter zurückgebenModifizierer und TypMethodeBeschreibungAggregateFunction.AggregateFunctionWithParameter.newInstance(String parameter) Creates a new instance with the given parameter.AggregateFunction.GenericCommonPrefix.newInstance(String parameter) AggregateFunction.GenericConstant.newInstance(String parameter) AggregateFunction.GenericSetOfPrefixes.newInstance(String parameter)