Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.reteoo.builder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTerminalNode |
class |
QueryTerminalNode
Leaf Rete-OO node responsible for enacting
Action s on a
matched Rule . |
class |
RightInputAdapterNode
When joining a subnetwork into the main network again, RightInputAdapterNode adapts the
subnetwork's tuple into a fact in order right join it with the tuple being propagated in
the main network.
|
class |
RuleTerminalNode
Leaf Rete-OO node responsible for enacting
Action s on a
matched Rule . |
Modifier and Type | Method and Description |
---|---|
PathEndNode |
PathMemory.getPathEndNode() |
PathEndNode[] |
AbstractTerminalNode.getPathEndNodes() |
PathEndNode[] |
RightInputAdapterNode.getPathEndNodes() |
PathEndNode[] |
PathEndNode.getPathEndNodes() |
Modifier and Type | Method and Description |
---|---|
static LeftTupleNode[] |
AbstractTerminalNode.getPathNodes(PathEndNode endNode) |
void |
AbstractTerminalNode.setPathEndNodes(PathEndNode[] pathEndNodes) |
void |
RightInputAdapterNode.setPathEndNodes(PathEndNode[] pathEndNodes) |
void |
PathEndNode.setPathEndNodes(PathEndNode[] pathEndNodes) |
Constructor and Description |
---|
PathMemory(PathEndNode pathEndNode,
InternalWorkingMemory wm) |
Modifier and Type | Method and Description |
---|---|
List<PathEndNode> |
BuildContext.getPathEndNodes() |
Modifier and Type | Method and Description |
---|---|
void |
BuildContext.addPathEndNode(PathEndNode node) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.