Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Field and Description |
---|---|
protected Accumulate |
AccumulateNode.accumulate |
Modifier and Type | Method and Description |
---|---|
Accumulate |
AccumulateNode.getAccumulate() |
Constructor and Description |
---|
AccumulateNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Accumulate accumulate,
boolean unwrapRightObject,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
AccumulateNode |
PhreakNodeFactory.buildAccumulateNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Accumulate accumulate,
boolean unwrapRightObject,
BuildContext context) |
AccumulateNode |
NodeFactory.buildAccumulateNode(int id,
LeftTupleSource leftInput,
ObjectSource rightInput,
AlphaNodeFieldConstraint[] resultConstraints,
BetaConstraints sourceBinder,
BetaConstraints resultBinder,
Accumulate accumulate,
boolean unwrapRightObject,
BuildContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MultiAccumulate |
class |
SingleAccumulate |
Modifier and Type | Field and Description |
---|---|
protected List<Accumulate> |
Accumulate.cloned |
Modifier and Type | Method and Description |
---|---|
abstract Accumulate |
Accumulate.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
Accumulate.registerClone(Accumulate clone) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.