Class IntegerSumAccumulateFunction
java.lang.Object
org.drools.core.base.accumulators.AbstractAccumulateFunction<IntegerSumAccumulateFunction.SumData>
org.drools.core.base.accumulators.IntegerSumAccumulateFunction
- All Implemented Interfaces:
Externalizable,Serializable,AccumulateFunction<IntegerSumAccumulateFunction.SumData>
public class IntegerSumAccumulateFunction
extends AbstractAccumulateFunction<IntegerSumAccumulateFunction.SumData>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulate(IntegerSumAccumulateFunction.SumData data, Object value) Class<?>voidvoidvoidreverse(IntegerSumAccumulateFunction.SumData data, Object value) booleanvoidMethods inherited from class org.drools.core.base.accumulators.AbstractAccumulateFunction
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.runtime.rule.AccumulateFunction
accumulateValue, initContext, tryReverse
-
Constructor Details
-
IntegerSumAccumulateFunction
public IntegerSumAccumulateFunction()
-
-
Method Details
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
createContext
-
init
-
accumulate
-
reverse
-
getResult
-
supportsReverse
public boolean supportsReverse() -
getResultType
-