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:
  • Konstruktordetails

    • AggregateFunctionWithParameter

      protected AggregateFunctionWithParameter(DataType<T> type)
      Creates a new instance.
      Parameter:
      type -
  • Methodendetails

    • acceptsParameter

      public abstract boolean acceptsParameter(String parameter)
      Returns whether the function accepts this parameter.
      Parameter:
      parameter -
      Gibt zurück:
    • getParameter

      public abstract String getParameter()
      Returns the parameter.
      Gibt zurück:
    • newInstance

      public abstract AggregateFunction.AggregateFunctionWithParameter<T> newInstance(String parameter)
      Creates a new instance with the given parameter.
      Parameter:
      parameter -
      Gibt zurück: