Class AttributeAggregator
java.lang.Object
org.openjump.core.ui.plugin.tools.aggregate.AttributeAggregator
A wrapper class including :
- name of the input attribute
- aggregator to be used to aggregate values
- name of the output attribute
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName) -
Method Summary
-
Constructor Details
-
AttributeAggregator
-
-
Method Details
-
getAggregator
-