Class AttributeAggregator
- java.lang.Object
-
- org.openjump.core.ui.plugin.tools.aggregate.AttributeAggregator
-
public class AttributeAggregator extends Object
A wrapper class including :- name of the input attribute
- aggregator to be used to aggregate values
- name of the output attribute
-
-
Constructor Summary
Constructors Constructor Description AttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregator<?>
getAggregator()
-
-
-
Constructor Detail
-
AttributeAggregator
public AttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName)
-
-
Method Detail
-
getAggregator
public Aggregator<?> getAggregator()
-
-