org.camunda.bpm.dmn.engine.impl.hitpolicy
Class CollectSumAggregator

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.hitpolicy.AbstractDmnHitPolicyNumberAggregator
      extended by org.camunda.bpm.dmn.engine.impl.hitpolicy.CollectSumAggregator
All Implemented Interfaces:
DmnHitPolicyAggregator

public class CollectSumAggregator
extends AbstractDmnHitPolicyNumberAggregator


Field Summary
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.hitpolicy.AbstractDmnHitPolicyNumberAggregator
LOG
 
Constructor Summary
CollectSumAggregator()
           
 
Method Summary
protected  Number aggregateDoubleValues(List<Double> doubleValues)
           
protected  Number aggregateIntegerValues(List<Integer> intValues)
           
protected  Number aggregateLongValues(List<Long> longValues)
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.hitpolicy.AbstractDmnHitPolicyNumberAggregator
aggregate, aggregateNumberValues, convertValuesToDouble, convertValuesToInteger, convertValuesToLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectSumAggregator

public CollectSumAggregator()
Method Detail

aggregateIntegerValues

protected Number aggregateIntegerValues(List<Integer> intValues)
Specified by:
aggregateIntegerValues in class AbstractDmnHitPolicyNumberAggregator

aggregateLongValues

protected Number aggregateLongValues(List<Long> longValues)
Specified by:
aggregateLongValues in class AbstractDmnHitPolicyNumberAggregator

aggregateDoubleValues

protected Number aggregateDoubleValues(List<Double> doubleValues)
Specified by:
aggregateDoubleValues in class AbstractDmnHitPolicyNumberAggregator


Copyright © 2015 camunda services GmbH. All rights reserved.