Drools :: Core 6.0.0.Alpha9

Uses of Interface
org.drools.common.Memory

Packages that use Memory
org.drools.common   
org.drools.phreak   
org.drools.reteoo   
 

Uses of Memory in org.drools.common
 

Methods in org.drools.common that return Memory
 Memory MemoryFactory.createMemory(RuleBaseConfiguration config)
           
 Memory InternalWorkingMemory.getNodeMemory(MemoryFactory node)
           
 Memory NodeMemories.getNodeMemory(MemoryFactory node)
           
 Memory ConcurrentNodeMemories.getNodeMemory(MemoryFactory node)
           
 Memory AbstractWorkingMemory.getNodeMemory(MemoryFactory node)
          Retrieve the JoinMemory for a particular JoinNode.
 Memory NodeMemories.peekNodeMemory(int nodeId)
          Peeks at the content of the node memory for the given node ID.
 Memory ConcurrentNodeMemories.peekNodeMemory(int nodeId)
           
 

Uses of Memory in org.drools.phreak
 

Methods in org.drools.phreak with parameters of type Memory
 LeftTupleSets RuleNetworkEvaluatorActivation.eval(NetworkNode node, Memory nodeMem, SegmentMemory[] smems, int smemIndex, LeftTupleSets trgTuples, LeftTupleSets stagedLeftTuples, InternalWorkingMemory wm)
           
 

Uses of Memory in org.drools.reteoo
 

Classes in org.drools.reteoo that implement Memory
static class AccumulateNode.AccumulateMemory
           
static class AlphaNode.AlphaMemory
           
 class BetaMemory
           
static class ConditionalBranchNode.ConditionalBranchMemory
           
static class EvalConditionNode.EvalMemory
           
static class FromNode.FromMemory
           
static class LeftInputAdapterNode.LiaNodeMemory
           
static class ObjectTypeNode.ObjectTypeNodeMemory
           
static class PropagationQueuingNode.PropagationQueueingNodeMemory
          Memory implementation for the node
static class QueryElementNode.QueryElementNodeMemory
           
 class RiaRuleMemory
           
static class RightInputAdapterNode.RiaNodeMemory
           
 class RuleMemory
           
static class WindowNode.WindowMemory
           
 

Methods in org.drools.reteoo that return Memory
 Memory FromNode.createMemory(RuleBaseConfiguration config)
           
 Memory ConditionalBranchNode.createMemory(RuleBaseConfiguration config)
           
 Memory ObjectTypeNode.createMemory(RuleBaseConfiguration config)
          Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs.
 Memory WindowNode.createMemory(RuleBaseConfiguration config)
          Creates the WindowNode's memory.
 Memory EvalConditionNode.createMemory(RuleBaseConfiguration config)
           
 Memory BetaNode.createMemory(RuleBaseConfiguration config)
           
 Memory AccumulateNode.createMemory(RuleBaseConfiguration config)
          Creates a BetaMemory for the BetaNode's memory.
 Memory RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
          Creates and return the node memory
 Memory RuleTerminalNode.createMemory(RuleBaseConfiguration config)
           
 Memory LeftInputAdapterNode.createMemory(RuleBaseConfiguration config)
           
 Memory PropagationQueuingNode.createMemory(RuleBaseConfiguration config)
           
 Memory AlphaNode.createMemory(RuleBaseConfiguration config)
          Creates a HashSet for the AlphaNode's memory.
 Memory QueryElementNode.createMemory(RuleBaseConfiguration config)
           
 Memory SegmentMemory.createNodeMemory(MemoryFactory memoryFactory, InternalWorkingMemory wm)
           
 Memory ObjectTypeNode.ObjectTypeNodeMemory.getNext()
           
 Memory WindowNode.WindowMemory.getNext()
           
 Memory PropagationQueuingNode.PropagationQueueingNodeMemory.getNext()
           
 Memory AlphaNode.AlphaMemory.getNext()
           
 Memory DisposedReteooWorkingMemory.getNodeMemory(MemoryFactory node)
           
 Memory ObjectTypeNode.ObjectTypeNodeMemory.getPrevious()
           
 Memory WindowNode.WindowMemory.getPrevious()
           
 Memory PropagationQueuingNode.PropagationQueueingNodeMemory.getPrevious()
           
 Memory AlphaNode.AlphaMemory.getPrevious()
           
 

Methods in org.drools.reteoo that return types with arguments of type Memory
 LinkedList<Memory> SegmentMemory.getNodeMemories()
           
 

Methods in org.drools.reteoo with parameters of type Memory
 void ObjectTypeNode.ObjectTypeNodeMemory.setNext(Memory next)
           
 void WindowNode.WindowMemory.setNext(Memory next)
           
 void PropagationQueuingNode.PropagationQueueingNodeMemory.setNext(Memory next)
           
 void AlphaNode.AlphaMemory.setNext(Memory next)
           
 void ObjectTypeNode.ObjectTypeNodeMemory.setPrevious(Memory previous)
           
 void WindowNode.WindowMemory.setPrevious(Memory previous)
           
 void PropagationQueuingNode.PropagationQueueingNodeMemory.setPrevious(Memory previous)
           
 void AlphaNode.AlphaMemory.setPrevious(Memory previous)
           
 


Drools :: Core 6.0.0.Alpha9

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