org.camunda.bpm.dmn.engine.impl.hitpolicy
Class CollectCountAggregator
java.lang.Object
org.camunda.bpm.dmn.engine.impl.hitpolicy.CollectCountAggregator
- All Implemented Interfaces:
- DmnHitPolicyAggregator
public class CollectCountAggregator
- extends Object
- implements DmnHitPolicyAggregator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectCountAggregator
public CollectCountAggregator()
aggregate
public Number aggregate(List<Object> outputValues)
- Description copied from interface:
DmnHitPolicyAggregator
- Aggregates the decision output to the decision result.
- Specified by:
aggregate in interface DmnHitPolicyAggregator
- Parameters:
outputValues - the values of the decision outputs
- Returns:
- the aggregated result value
Copyright © 2015 camunda services GmbH. All rights reserved.