Drools :: Core 6.2.0.Final

org.drools.core.reteoo
Class AccumulateNode.MultiAccumulateMemory

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

public static class AccumulateNode.MultiAccumulateMemory
extends AccumulateNode.AccumulateMemory


Field Summary
 
Fields inherited from class org.drools.core.reteoo.AccumulateNode.AccumulateMemory
alphaContexts, betaMemory, resultsContext, workingMemoryContext
 
Constructor Summary
AccumulateNode.MultiAccumulateMemory(Accumulator[] accumulators)
           
 
Method Summary
 void reset()
           
 
Methods inherited from class org.drools.core.reteoo.AccumulateNode.AccumulateMemory
getBetaMemory, getNodeType, getSegmentMemory, setSegmentMemory
 
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
 

Constructor Detail

AccumulateNode.MultiAccumulateMemory

public AccumulateNode.MultiAccumulateMemory(Accumulator[] accumulators)
Method Detail

reset

public void reset()
Specified by:
reset in interface Memory
Specified by:
reset in class AccumulateNode.AccumulateMemory

Drools :: Core 6.2.0.Final

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