Class AbstractAccumulateFunction<C extends Serializable>
java.lang.Object
org.drools.core.base.accumulators.AbstractAccumulateFunction<C>
- All Implemented Interfaces:
Externalizable,Serializable,AccumulateFunction<C>
- Direct Known Subclasses:
AverageAccumulateFunction,BigDecimalAverageAccumulateFunction,BigDecimalSumAccumulateFunction,BigIntegerSumAccumulateFunction,CollectListAccumulateFunction,CollectSetAccumulateFunction,CountAccumulateFunction,IntegerMaxAccumulateFunction,IntegerMinAccumulateFunction,IntegerSumAccumulateFunction,LongMaxAccumulateFunction,LongMinAccumulateFunction,LongSumAccumulateFunction,MaxAccumulateFunction,MinAccumulateFunction,NumericMaxAccumulateFunction,NumericMinAccumulateFunction,SumAccumulateFunction,VarianceAccumulateFunction
public abstract class AbstractAccumulateFunction<C extends Serializable>
extends Object
implements AccumulateFunction<C>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.runtime.rule.AccumulateFunction
accumulate, accumulateValue, createContext, getResult, getResultType, init, initContext, reverse, supportsReverse, tryReverseMethods inherited from interface java.io.Externalizable
readExternal, writeExternal