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 Details

    • AttributeAggregator

      public AttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName)
  • Method Details

    • getAggregator

      public Aggregator<?> getAggregator()