Class 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 Detail

      • AttributeAggregator

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

      • getAggregator

        public Aggregator<?> getAggregator()