public abstract static class AccumulateNode.AccumulateMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
Modifier and Type | Field and Description |
---|---|
ContextEntry[] |
alphaContexts |
BetaMemory |
betaMemory |
ContextEntry[] |
resultsContext |
Object |
workingMemoryContext |
Constructor and Description |
---|
AccumulateNode.AccumulateMemory() |
Modifier and Type | Method and Description |
---|---|
BetaMemory |
getBetaMemory() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
abstract void |
reset() |
void |
setSegmentMemory(SegmentMemory segmentMemory) |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrevious, nullPrevNext, setPrevious
public Object workingMemoryContext
public BetaMemory betaMemory
public ContextEntry[] resultsContext
public ContextEntry[] alphaContexts
public BetaMemory getBetaMemory()
public short getNodeType()
getNodeType
in interface Memory
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public void setSegmentMemory(SegmentMemory segmentMemory)
setSegmentMemory
in interface Memory
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.