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

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

public class CollectCountAggregator
extends Object
implements DmnHitPolicyAggregator


Constructor Summary
CollectCountAggregator()
           
 
Method Summary
 Number aggregate(List<Object> outputValues)
          Aggregates the decision output to the decision result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectCountAggregator

public CollectCountAggregator()
Method Detail

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.