Class LambdaAccumulator.FixedValueAcc
- java.lang.Object
-
- org.drools.modelcompiler.constraints.LambdaAccumulator
-
- org.drools.modelcompiler.constraints.LambdaAccumulator.FixedValueAcc
-
- All Implemented Interfaces:
org.drools.core.rule.accessor.Accumulator,org.drools.core.rule.accessor.Invoker,org.drools.core.rule.RuleComponent
- Enclosing class:
- LambdaAccumulator
public static class LambdaAccumulator.FixedValueAcc extends LambdaAccumulator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.modelcompiler.constraints.LambdaAccumulator
LambdaAccumulator.BindingAcc, LambdaAccumulator.FixedValueAcc, LambdaAccumulator.NotBindingAcc
-
-
Constructor Summary
Constructors Constructor Description FixedValueAcc(org.kie.api.runtime.rule.AccumulateFunction accumulateFunction, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetAccumulatedObject(org.drools.core.rule.Declaration[] declarations, org.drools.core.rule.Declaration[] innerDeclarations, org.drools.core.common.InternalFactHandle handle, org.drools.core.reteoo.Tuple tuple, org.drools.core.common.ReteEvaluator reteEvaluator)-
Methods inherited from class org.drools.modelcompiler.constraints.LambdaAccumulator
accumulate, createContext, createWorkingMemoryContext, equals, getResult, hashCode, init, supportsReverse, tryReverse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
FixedValueAcc
public FixedValueAcc(org.kie.api.runtime.rule.AccumulateFunction accumulateFunction, Object value)
-
-
Method Detail
-
getAccumulatedObject
protected Object getAccumulatedObject(org.drools.core.rule.Declaration[] declarations, org.drools.core.rule.Declaration[] innerDeclarations, org.drools.core.common.InternalFactHandle handle, org.drools.core.reteoo.Tuple tuple, org.drools.core.common.ReteEvaluator reteEvaluator)
- Specified by:
getAccumulatedObjectin classLambdaAccumulator
-
-