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 AbstractWorkingMemory.clearNodeMemory(NodeMemory node)
           
 void InternalWorkingMemory.clearNodeMemory(NodeMemory node)
           
 void NodeMemories.clearNodeMemory(NodeMemory node)
           
 void ConcurrentNodeMemories.clearNodeMemory(NodeMemory node)
           
 Object AbstractWorkingMemory.getNodeMemory(NodeMemory node)
          Retrieve the JoinMemory for a particular JoinNode.
 Object InternalWorkingMemory.getNodeMemory(NodeMemory node)
           
 Object NodeMemories.getNodeMemory(NodeMemory node)
           
 Object 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 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 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.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.