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

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

public class CollectMaxAggregator
extends AbstractDmnHitPolicyNumberAggregator


Field Summary
 
Fields inherited from class org.camunda.bpm.dmn.engine.impl.hitpolicy.AbstractDmnHitPolicyNumberAggregator
LOG
 
Constructor Summary
CollectMaxAggregator()
           
 
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

CollectMaxAggregator

public CollectMaxAggregator()
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.