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

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

public class CollectMinAggregator
extends AbstractDmnHitPolicyNumberAggregator


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

CollectMinAggregator

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