Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class AccumulateNode.AccumulateMemory

java.lang.Object
  extended by org.drools.core.util.AbstractBaseLinkedListNode<Memory>
      extended by org.drools.core.reteoo.AccumulateNode.AccumulateMemory
All Implemented Interfaces:
Memory, Entry<Memory>, LinkedListNode<Memory>
Enclosing class:
AccumulateNode

public static class AccumulateNode.AccumulateMemory
extends AbstractBaseLinkedListNode<Memory>
implements Memory


Field Summary
 ContextEntry[] alphaContexts
           
 BetaMemory betaMemory
           
 ContextEntry[] resultsContext
           
 Object[] workingMemoryContext
           
 
Constructor Summary
AccumulateNode.AccumulateMemory()
           
 
Method Summary
 BetaMemory getBetaMemory()
           
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 void setSegmentMemory(SegmentMemory segmentMemory)
           
 
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, nullPrevNext, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Field Detail

workingMemoryContext

public Object[] workingMemoryContext

betaMemory

public BetaMemory betaMemory

resultsContext

public ContextEntry[] resultsContext

alphaContexts

public ContextEntry[] alphaContexts
Constructor Detail

AccumulateNode.AccumulateMemory

public AccumulateNode.AccumulateMemory()
Method Detail

getBetaMemory

public BetaMemory getBetaMemory()

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Memory

getSegmentMemory

public SegmentMemory getSegmentMemory()
Specified by:
getSegmentMemory in interface Memory

setSegmentMemory

public void setSegmentMemory(SegmentMemory segmentMemory)
Specified by:
setSegmentMemory in interface Memory

Drools :: Core 6.1.0.Beta1

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