Package org.deidentifier.arx.aggregates
Klasse AggregateFunction.GenericSetOfPrefixes<T>
java.lang.Object
org.deidentifier.arx.aggregates.AggregateFunction<T>
org.deidentifier.arx.aggregates.AggregateFunction.AggregateFunctionWithParameter<T>
org.deidentifier.arx.aggregates.AggregateFunction.GenericSetOfPrefixes<T>
- Typparameter:
T-
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
AggregateFunction<T>
public static class AggregateFunction.GenericSetOfPrefixes<T>
extends AggregateFunction.AggregateFunctionWithParameter<T>
An aggregate function that returns a set of the prefixes of the data values.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.deidentifier.arx.aggregates.AggregateFunction
AggregateFunction.AggregateFunctionBuilder<T>, AggregateFunction.AggregateFunctionWithParameter<T>, AggregateFunction.GenericArithmeticMean<T>, AggregateFunction.GenericArithmeticMeanOfBounds<T>, AggregateFunction.GenericBounds<T>, AggregateFunction.GenericCommonPrefix<T>, AggregateFunction.GenericConstant<T>, AggregateFunction.GenericGeometricMean<T>, AggregateFunction.GenericGeometricMeanOfBounds<T>, AggregateFunction.GenericInterval<T>, AggregateFunction.GenericSet<T>, AggregateFunction.GenericSetOfPrefixes<T> -
Feldübersicht
Von Klasse geerbte Felder org.deidentifier.arx.aggregates.AggregateFunction
type -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanacceptsParameter(String parameter) Returns whether the function accepts this parameter.This function returns an aggregate value.Returns the parameter.newInstance(String parameter) Creates a new instance with the given parameter.toLabel()Returns a label.toString()Von Klasse geerbte Methoden org.deidentifier.arx.aggregates.AggregateFunction
forType, hasParameter
-
Methodendetails
-
acceptsParameter
Beschreibung aus Klasse kopiert:AggregateFunction.AggregateFunctionWithParameterReturns whether the function accepts this parameter.- Angegeben von:
acceptsParameterin KlasseAggregateFunction.AggregateFunctionWithParameter<T>- Parameter:
parameter-- Gibt zurück:
-
aggregate
Beschreibung aus Klasse kopiert:AggregateFunctionThis function returns an aggregate value.- Angegeben von:
aggregatein KlasseAggregateFunction<T>- Parameter:
values-- Gibt zurück:
-
getParameter
Beschreibung aus Klasse kopiert:AggregateFunction.AggregateFunctionWithParameterReturns the parameter.- Angegeben von:
getParameterin KlasseAggregateFunction.AggregateFunctionWithParameter<T>- Gibt zurück:
-
newInstance
Beschreibung aus Klasse kopiert:AggregateFunction.AggregateFunctionWithParameterCreates a new instance with the given parameter.- Angegeben von:
newInstancein KlasseAggregateFunction.AggregateFunctionWithParameter<T>- Parameter:
parameter-- Gibt zurück:
-
toLabel
Beschreibung aus Klasse kopiert:AggregateFunctionReturns a label.- Angegeben von:
toLabelin KlasseAggregateFunction<T>- Gibt zurück:
-
toString
- Angegeben von:
toStringin KlasseAggregateFunction<T>
-