Class | Description |
---|---|
avg |
This aggregator calculates the average of the values of a selected aggregate parameter of a called pattern.
|
count |
An aggregator to count the number of matches a pattern has.
|
DoubleAverageOperator | |
DoubleSumOperator |
Incrementally computes the sum of java.lang.Double values
|
ExtremumOperator<T extends java.lang.Comparable<T>> |
Incrementally computes the minimum or maximum of java.lang.Comparable values, using the default comparison
|
IntegerAverageOperator | |
IntegerSumOperator |
Incrementally computes the sum of java.lang.Integer values
|
LongAverageOperator | |
LongSumOperator |
Incrementally computes the sum of java.lang.Long values
|
max |
This aggregator calculates the maximum value of a selected aggregate parameter of a called pattern.
|
min |
This aggregator calculates the minimum value of a selected aggregate parameter of a called pattern.
|
sum |
This aggregator calculates the sum of the values of a selected aggregate parameter of a called pattern.
|
Enum | Description |
---|---|
ExtremumOperator.Extreme |