org.camunda.bpm.dmn.engine.hitpolicy
Interface DmnHitPolicyAggregator

All Known Implementing Classes:
AbstractDmnHitPolicyNumberAggregator, CollectCountAggregator, CollectMaxAggregator, CollectMinAggregator, CollectSumAggregator

public interface DmnHitPolicyAggregator


Method Summary
 Number aggregate(List<Object> outputValues)
          Aggregates the decision output to the decision result.
 

Method Detail

aggregate

Number aggregate(List<Object> outputValues)
Aggregates the decision output to the decision result.

Parameters:
outputValues - the values of the decision outputs
Returns:
the aggregated result value
Throws:
DmnHitPolicyException - if the aggregation fails, e.g. it is not applicable to the decision outputs


Copyright © 2015 camunda services GmbH. All rights reserved.