org.drools.reteoo
Class AccumulateNode.AccumulateMemory

java.lang.Object
  extended by org.drools.reteoo.AccumulateNode.AccumulateMemory
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AccumulateNode

public static class AccumulateNode.AccumulateMemory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 ContextEntry[] alphaContexts
           
 BetaMemory betaMemory
           
 ContextEntry[] resultsContext
           
 java.lang.Object workingMemoryContext
           
 
Constructor Summary
AccumulateNode.AccumulateMemory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workingMemoryContext

public java.lang.Object workingMemoryContext

betaMemory

public BetaMemory betaMemory

resultsContext

public ContextEntry[] resultsContext

alphaContexts

public ContextEntry[] alphaContexts
Constructor Detail

AccumulateNode.AccumulateMemory

public AccumulateNode.AccumulateMemory()