Package org.deidentifier.arx.aggregates
Klasse AggregateFunction.AggregateFunctionWithParameter<T>
java.lang.Object
org.deidentifier.arx.aggregates.AggregateFunction<T>
org.deidentifier.arx.aggregates.AggregateFunction.AggregateFunctionWithParameter<T>
- Typparameter:
T-
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AggregateFunction.GenericCommonPrefix,AggregateFunction.GenericConstant,AggregateFunction.GenericSetOfPrefixes
- Umschließende Klasse:
AggregateFunction<T>
public abstract static class AggregateFunction.AggregateFunctionWithParameter<T>
extends AggregateFunction<T>
An aggregate function that has a parameter.
- 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 -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract booleanacceptsParameter(String parameter) Returns whether the function accepts this parameter.abstract StringReturns the parameter.newInstance(String parameter) Creates a new instance with the given parameter.Von Klasse geerbte Methoden org.deidentifier.arx.aggregates.AggregateFunction
aggregate, forType, hasParameter, toLabel, toString
-
Konstruktordetails
-
AggregateFunctionWithParameter
Creates a new instance.- Parameter:
type-
-
-
Methodendetails
-
acceptsParameter
Returns whether the function accepts this parameter.- Parameter:
parameter-- Gibt zurück:
-
getParameter
Returns the parameter.- Gibt zurück:
-
newInstance
Creates a new instance with the given parameter.- Parameter:
parameter-- Gibt zurück:
-