public abstract static class AccumulateNode.AccumulateMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
| Modifier and Type | Field and Description |
|---|---|
ContextEntry[] |
resultsContext |
Object |
workingMemoryContext |
| Modifier | Constructor and Description |
|---|---|
protected |
AccumulateNode.AccumulateMemory(BetaMemory betaMemory) |
| Modifier and Type | Method and Description |
|---|---|
BetaMemory |
getBetaMemory() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
abstract void |
reset() |
void |
setSegmentMemory(SegmentMemory segmentMemory) |
getNext, getPrevious, nullPrevNext, setNext, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrevious, nullPrevNext, setPreviouspublic Object workingMemoryContext
public ContextEntry[] resultsContext
protected AccumulateNode.AccumulateMemory(BetaMemory betaMemory)
public BetaMemory getBetaMemory()
public short getNodeType()
getNodeType in interface Memorypublic SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic void setSegmentMemory(SegmentMemory segmentMemory)
setSegmentMemory in interface MemoryCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.