|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeMemory | |
---|---|
org.drools.common | |
org.drools.reteoo |
Uses of NodeMemory in org.drools.common |
---|
Methods in org.drools.common with parameters of type NodeMemory | |
---|---|
void |
InternalWorkingMemory.clearNodeMemory(NodeMemory node)
|
void |
AbstractWorkingMemory.clearNodeMemory(NodeMemory node)
|
Object |
InternalWorkingMemory.getNodeMemory(NodeMemory node)
|
Object |
AbstractWorkingMemory.getNodeMemory(NodeMemory node)
Retrieve the JoinMemory for a particular
JoinNode . |
Uses of NodeMemory in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement NodeMemory | |
---|---|
class |
AccumulateNode
AccumulateNode A beta node capable of doing accumulate logic. |
class |
AlphaNode
AlphaNodes are nodes in the Rete network used
to apply FieldConstraint<.code>s on asserted fact
objects where the |
class |
CollectNode
|
class |
EvalConditionNode
Node which filters ReteTuple s. |
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
FromNode
|
class |
JoinNode
JoinNode extends BetaNode to perform
ReteTuple and FactHandle joins. |
class |
LeftInputAdapterNode
All asserting Facts must propagated into the right ObjectSink side of a BetaNode, if this is the first Pattern
then there are no BetaNodes to propagate to. |
class |
NotNode
NotNode extends BetaNode to perform tests for
the non existence of a Fact plus one or more conditions. |
class |
ObjectTypeNode
ObjectTypeNodes |
class |
QueryTerminalNode
Leaf Rete-OO node responsible for enacting Action s on a
matched Rule . |
class |
Rete
The Rete-OO network. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |