org.drools.core.reteoo
Class AccumulateNode.AccumulateMemory
java.lang.Object
org.drools.core.util.AbstractBaseLinkedListNode<Memory>
org.drools.core.reteoo.AccumulateNode.AccumulateMemory
- All Implemented Interfaces:
- Memory, Entry<Memory>, LinkedListNode<Memory>
- Direct Known Subclasses:
- AccumulateNode.MultiAccumulateMemory, AccumulateNode.SingleAccumulateMemory
- Enclosing class:
- AccumulateNode
public abstract static class AccumulateNode.AccumulateMemory
- extends AbstractBaseLinkedListNode<Memory>
- implements Memory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workingMemoryContext
public Object workingMemoryContext
betaMemory
public BetaMemory betaMemory
resultsContext
public ContextEntry[] resultsContext
alphaContexts
public ContextEntry[] alphaContexts
AccumulateNode.AccumulateMemory
public AccumulateNode.AccumulateMemory()
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
reset
public abstract void reset()
- Specified by:
reset in interface Memory
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.