Package org.drools.base.accumulators

Interface Summary
AccumulateFunction An interface for accumulate external function implementations
 

Class Summary
AverageAccumulateFunction An implementation of an accumulator capable of calculating average values
AverageAccumulateFunction.AverageData  
CollectAccumulator An accumulator to execute "collect" CEs
CollectListAccumulateFunction An implementation of an accumulator capable of collecting lists of values.
CollectListAccumulateFunction.CollectListData  
CollectSetAccumulateFunction An implementation of an accumulator capable of collecting sets of values.
CollectSetAccumulateFunction.CollectListData  
CollectSetAccumulateFunction.CollectListData.MutableInt  
CountAccumulateFunction An implementation of an accumulator capable of counting occurences
CountAccumulateFunction.CountData  
JavaAccumulatorFunctionExecutor A Java accumulator function executor implementation
MaxAccumulateFunction An implementation of an accumulator capable of calculating maximum values
MaxAccumulateFunction.MaxData  
MinAccumulateFunction An implementation of an accumulator capable of calculating minimun values
MinAccumulateFunction.MinData  
MVELAccumulatorFunctionExecutor An MVEL accumulator function executor implementation
SumAccumulateFunction An implementation of an accumulator capable of calculating sum of values
SumAccumulateFunction.SumData  
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.