|
||||||||||
| 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)
|
void |
NodeMemories.clearNodeMemory(NodeMemory node)
|
void |
ConcurrentNodeMemories.clearNodeMemory(NodeMemory node)
|
Memory |
InternalWorkingMemory.getNodeMemory(NodeMemory node)
|
Memory |
AbstractWorkingMemory.getNodeMemory(NodeMemory node)
Retrieve the JoinMemory for a particular
JoinNode. |
Memory |
NodeMemories.getNodeMemory(NodeMemory node)
|
Memory |
ConcurrentNodeMemories.getNodeMemory(NodeMemory node)
|
| 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 |
BetaNode
BetaNode provides the base abstract class for JoinNode and NotNode. |
class |
ConditionalBranchNode
Node which allows to follow different paths in the Rete-OO network, based on the result of a boolean Test. |
class |
ElseNode
|
class |
EvalConditionNode
Node which filters ReteTuples. |
class |
ExistsNode
ExistsNode extends BetaNode to perform tests for
the existence of a Fact plus one or more conditions. |
class |
FromNode
|
class |
JoinNode
|
class |
NotNode
|
class |
ObjectTypeNode
ObjectTypeNodes |
class |
PropagationQueuingNode
A node that will add the propagation to the working memory actions queue, in order to allow multiple threads to concurrently assert objects to multiple entry points. |
class |
QueryElementNode
|
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 |
TraitObjectTypeNode
|
class |
TraitProxyObjectTypeNode
|
class |
WindowNode
WindowNodes are nodes in the Rete network used
to manage windows. |
| Methods in org.drools.reteoo with parameters of type NodeMemory | |
|---|---|
void |
DisposedReteooWorkingMemory.clearNodeMemory(NodeMemory node)
|
Memory |
DisposedReteooWorkingMemory.getNodeMemory(NodeMemory node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||