Package | Description |
---|---|
org.drools.core.base.accumulators |
Modifier and Type | Class and Description |
---|---|
class |
AverageAccumulateFunction
An implementation of an accumulator capable of calculating average values
|
class |
BigDecimalAverageAccumulateFunction
An implementation of an accumulator capable of calculating average values
|
class |
BigDecimalSumAccumulateFunction
An implementation of an accumulator capable of calculating sum of values
|
class |
BigIntegerSumAccumulateFunction
An implementation of an accumulator capable of calculating sum of values
|
class |
CollectListAccumulateFunction
An implementation of an accumulator capable of collecting lists of values.
|
class |
CollectSetAccumulateFunction
An implementation of an accumulator capable of collecting sets of values.
|
class |
CountAccumulateFunction
An implementation of an accumulator capable of counting occurences
|
class |
IntegerSumAccumulateFunction |
class |
LongSumAccumulateFunction |
class |
MaxAccumulateFunction
An implementation of an accumulator capable of calculating maximum values
|
class |
MinAccumulateFunction
An implementation of an accumulator capable of calculating minimun values
|
class |
StandardDeviationAccumulateFunction
An implementation of an accumulator capable of calculating standard deviation.
|
class |
SumAccumulateFunction
An implementation of an accumulator capable of calculating sum of values
|
class |
VarianceAccumulateFunction
An implementation of an accumulator capable of calculating variance.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.