Drools :: Core 6.0.0.Beta1

Uses of Class
org.drools.core.reteoo.PathMemory

Packages that use PathMemory
org.drools.core.base   
org.drools.core.common   
org.drools.core.phreak   
org.drools.core.reteoo   
 

Uses of PathMemory in org.drools.core.base
 

Methods in org.drools.core.base that return types with arguments of type PathMemory
 List<PathMemory> DroolsQuery.getRuleMemories()
           
 

Constructor parameters in org.drools.core.base with type arguments of type PathMemory
DroolsQuery(String name, Object[] params, InternalViewChangedEventListener resultsCollector, boolean open, RuleNetworkEvaluator.StackEntry stackEntry, List<PathMemory> rmems, LeftTupleSets resultLeftTuples, LeftTupleSink sink)
           
 

Uses of PathMemory in org.drools.core.common
 

Methods in org.drools.core.common with parameters of type PathMemory
 RuleNetworkEvaluatorActivation DefaultAgenda.createRuleNetworkEvaluatorActivation(int salience, PathMemory rs, TerminalNode rtn)
           
 RuleNetworkEvaluatorActivation InternalAgenda.createRuleNetworkEvaluatorActivation(int salience, PathMemory rs, TerminalNode rtn)
           
 

Uses of PathMemory in org.drools.core.phreak
 

Methods in org.drools.core.phreak that return PathMemory
 PathMemory RuleNetworkEvaluator.StackEntry.getRmem()
           
 

Methods in org.drools.core.phreak with parameters of type PathMemory
 void RuleNetworkEvaluator.eval1(LeftInputAdapterNode liaNode, PathMemory rmem, NetworkNode node, Memory nodeMem, SegmentMemory[] smems, int smemIndex, LeftTupleSets trgTuples, InternalWorkingMemory wm, LinkedList<RuleNetworkEvaluator.StackEntry> stack, Set<String> visitedRules, boolean processRian)
           
 void RuleNetworkEvaluator.eval2(LeftInputAdapterNode liaNode, PathMemory rmem, NetworkNode node, Memory nodeMem, SegmentMemory[] smems, int smemIndex, LeftTupleSets trgTuples, InternalWorkingMemory wm, LinkedList<RuleNetworkEvaluator.StackEntry> stack, Set<String> visitedRules, boolean processRian)
           
 int RuleNetworkEvaluator.evaluateNetwork(PathMemory rmem, InternalWorkingMemory wm)
           
 

Constructors in org.drools.core.phreak with parameters of type PathMemory
RuleNetworkEvaluator.StackEntry(LeftInputAdapterNode liaNode, NetworkNode node, LeftTupleSinkNode sink, PathMemory rmem, Memory nodeMem, SegmentMemory[] smems, int smemIndex, LeftTupleSets trgTuples, Set<String> visitedRules, boolean resumeFromNextNode)
           
RuleNetworkEvaluatorActivation(long activationNumber, LeftTuple tuple, int salience, PropagationContext context, PathMemory rmem, TerminalNode rtn)
           
 

Uses of PathMemory in org.drools.core.reteoo
 

Subclasses of PathMemory in org.drools.core.reteoo
 class RiaPathMemory
           
 

Methods in org.drools.core.reteoo that return types with arguments of type PathMemory
 List<PathMemory> SegmentMemory.getPathMemories()
           
 

Methods in org.drools.core.reteoo with parameters of type PathMemory
static void AbstractTerminalNode.initPathMemory(PathMemory pmem, LeftTupleSource tupleSource, LeftTupleSource startTupleSource, InternalWorkingMemory wm)
          Creates and return the node memory
 

Method parameters in org.drools.core.reteoo with type arguments of type PathMemory
 DroolsQuery QueryElementNode.createDroolsQuery(LeftTuple leftTuple, InternalFactHandle handle, RuleNetworkEvaluator.StackEntry stackEntry, List<PathMemory> rmems, LeftTupleSets trgLeftTuples, LeftTupleSink sink, InternalWorkingMemory workingMemory)
           
 void SegmentMemory.setPathMemories(List<PathMemory> ruleSegments)
           
 


Drools :: Core 6.0.0.Beta1

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