Uses of Class
org.drools.core.base.accumulators.BigIntegerSumAccumulateFunction.SumData
-
Packages that use BigIntegerSumAccumulateFunction.SumData Package Description org.drools.core.base.accumulators -
-
Uses of BigIntegerSumAccumulateFunction.SumData in org.drools.core.base.accumulators
Methods in org.drools.core.base.accumulators that return BigIntegerSumAccumulateFunction.SumData Modifier and Type Method Description BigIntegerSumAccumulateFunction.SumDataBigIntegerSumAccumulateFunction. createContext()Methods in org.drools.core.base.accumulators with parameters of type BigIntegerSumAccumulateFunction.SumData Modifier and Type Method Description voidBigIntegerSumAccumulateFunction. accumulate(BigIntegerSumAccumulateFunction.SumData data, java.lang.Object value)java.lang.ObjectBigIntegerSumAccumulateFunction. getResult(BigIntegerSumAccumulateFunction.SumData data)voidBigIntegerSumAccumulateFunction. init(BigIntegerSumAccumulateFunction.SumData data)voidBigIntegerSumAccumulateFunction. reverse(BigIntegerSumAccumulateFunction.SumData data, java.lang.Object value)
-