|
Drools :: Core 6.0.0.Beta2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Accumulate | |
|---|---|
| org.drools.core.phreak | |
| org.drools.core.reteoo | |
| org.drools.core.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| Uses of Accumulate in org.drools.core.phreak |
|---|
| Methods in org.drools.core.phreak with parameters of type Accumulate | |
|---|---|
static void |
RuleNetworkEvaluator.PhreakAccumulateNode.addMatch(AccumulateNode accNode,
Accumulate accumulate,
LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
InternalWorkingMemory wm,
AccumulateNode.AccumulateMemory am,
AccumulateNode.AccumulateContext accresult,
boolean useLeftMemory)
|
void |
RuleNetworkEvaluator.PhreakAccumulateNode.evaluateResultConstraints(AccumulateNode accNode,
LeftTupleSink sink,
Accumulate accumulate,
LeftTuple leftTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
AccumulateNode.AccumulateMemory memory,
AccumulateNode.AccumulateContext accctx,
boolean useLeftMemory,
LeftTupleSets trgLeftTuples,
LeftTupleSets stagedLeftTuples)
|
static void |
RuleNetworkEvaluator.PhreakAccumulateNode.reaccumulateForLeftTuple(AccumulateNode accNode,
Accumulate accumulate,
LeftTuple leftTuple,
InternalWorkingMemory wm,
AccumulateNode.AccumulateMemory am,
AccumulateNode.AccumulateContext accctx)
|
static void |
RuleNetworkEvaluator.PhreakAccumulateNode.removeMatch(AccumulateNode accNode,
Accumulate accumulate,
RightTuple rightTuple,
LeftTuple match,
InternalWorkingMemory wm,
AccumulateNode.AccumulateMemory am,
AccumulateNode.AccumulateContext accctx,
boolean reaccumulate)
Removes a match between left and right tuple |
static void |
RuleNetworkEvaluator.PhreakAccumulateNode.removePreviousMatchesForLeftTuple(AccumulateNode accNode,
Accumulate accumulate,
LeftTuple leftTuple,
InternalWorkingMemory workingMemory,
AccumulateNode.AccumulateMemory memory,
AccumulateNode.AccumulateContext accctx,
boolean reInit)
|
static void |
RuleNetworkEvaluator.PhreakAccumulateNode.removePreviousMatchesForRightTuple(AccumulateNode accNode,
Accumulate accumulate,
RightTuple rightTuple,
PropagationContext context,
InternalWorkingMemory workingMemory,
AccumulateNode.AccumulateMemory memory,
LeftTuple firstChild,
LeftTupleSets trgLeftTuples)
|
| Uses of Accumulate in org.drools.core.reteoo |
|---|
| Methods in org.drools.core.reteoo that return Accumulate | |
|---|---|
Accumulate |
AccumulateNode.getAccumulate()
|
| Constructors in org.drools.core.reteoo with parameters of type Accumulate | |
|---|---|
AccumulateNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Accumulate accumulate,
boolean unwrapRightObject,
BuildContext context)
|
|
| Uses of Accumulate in org.drools.core.rule |
|---|
| Methods in org.drools.core.rule that return Accumulate | |
|---|---|
Accumulate |
Accumulate.clone()
|
|
Drools :: Core 6.0.0.Beta2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||