Uses of Interface
org.drools.common.NodeMemory

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 NodeMemories.clearNodeMemory(NodeMemory node)
           
 void AbstractWorkingMemory.clearNodeMemory(NodeMemory node)
           
 void ConcurrentNodeMemories.clearNodeMemory(NodeMemory node)
           
 Memory InternalWorkingMemory.getNodeMemory(NodeMemory node)
           
 Memory NodeMemories.getNodeMemory(NodeMemory node)
           
 Memory AbstractWorkingMemory.getNodeMemory(NodeMemory node)
          Retrieve the JoinMemory for a particular JoinNode.
 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 FieldConstraints have no dependencies on any other of the facts in the current Rule.
 class BetaNode
          BetaNode provides the base abstract class for JoinNode and NotNode.
 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 are responsible for filtering and propagating the matching fact assertions propagated from the Rete node using ObjectType interface.
 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.
 

Methods in org.drools.reteoo with parameters of type NodeMemory
 void DisposedReteooWorkingMemory.clearNodeMemory(NodeMemory node)
           
 Memory DisposedReteooWorkingMemory.getNodeMemory(NodeMemory node)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.