org.camunda.bpm.dmn.engine.impl.hitpolicy
Class CollectSumAggregator
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.AbstractDmnHitPolicyNumberAggregator
org.camunda.bpm.dmn.engine.impl.hitpolicy.CollectSumAggregator
- All Implemented Interfaces:
- DmnHitPolicyAggregator
public class CollectSumAggregator
- extends AbstractDmnHitPolicyNumberAggregator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectSumAggregator
public CollectSumAggregator()
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.