Drools :: Core 6.2.0.CR4

org.drools.core.reteoo
Class AccumulateNode.SingleAccumulateMemory

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.SingleAccumulateMemory
All Implemented Interfaces:
Memory, Entry<Memory>, LinkedListNode<Memory>
Enclosing class:
AccumulateNode

public static class AccumulateNode.SingleAccumulateMemory
extends AccumulateNode.AccumulateMemory


Field Summary
 
Fields inherited from class org.drools.core.reteoo.AccumulateNode.AccumulateMemory
alphaContexts, betaMemory, resultsContext, workingMemoryContext
 
Constructor Summary
AccumulateNode.SingleAccumulateMemory(Accumulator accumulator)
           
 
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.SingleAccumulateMemory

public AccumulateNode.SingleAccumulateMemory(Accumulator accumulator)
Method Detail

reset

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

Drools :: Core 6.2.0.CR4

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