Class AbstractAccumulateFunction<C extends Serializable>
- java.lang.Object
-
- org.drools.core.base.accumulators.AbstractAccumulateFunction<C>
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.runtime.rule.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 org.kie.api.runtime.rule.AccumulateFunction<C>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAccumulateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.api.runtime.rule.AccumulateFunction
accumulate, accumulateValue, createContext, getResult, getResultType, init, initContext, reverse, supportsReverse, tryReverse
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-