Drools :: Core 6.0.0.Beta5

org.drools.core.reteoo
Class LeftInputAdapterNode.LiaNodeMemory

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

public static class LeftInputAdapterNode.LiaNodeMemory
extends AbstractBaseLinkedListNode<Memory>
implements Memory


Constructor Summary
LeftInputAdapterNode.LiaNodeMemory()
           
 
Method Summary
 int getAndDecreaseCounter()
           
 int getAndIncreaseCounter()
           
 int getCounter()
           
 long getNodePosMaskBit()
           
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 void linkNode(InternalWorkingMemory wm)
           
 void linkNodeWithoutRuleNotify()
           
 void setCounter(int counter)
           
 void setNodePosMaskBit(long nodePosMask)
           
 void setSegmentMemory(SegmentMemory segmentNodes)
           
 void unlinkNode(InternalWorkingMemory wm)
           
 void unlinkNodeWithoutRuleNotify()
           
 
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, 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, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Constructor Detail

LeftInputAdapterNode.LiaNodeMemory

public LeftInputAdapterNode.LiaNodeMemory()
Method Detail

getCounter

public int getCounter()

getAndIncreaseCounter

public int getAndIncreaseCounter()

getAndDecreaseCounter

public int getAndDecreaseCounter()

setCounter

public void setCounter(int counter)

getSegmentMemory

public SegmentMemory getSegmentMemory()
Specified by:
getSegmentMemory in interface Memory

setSegmentMemory

public void setSegmentMemory(SegmentMemory segmentNodes)
Specified by:
setSegmentMemory in interface Memory

getNodePosMaskBit

public long getNodePosMaskBit()

setNodePosMaskBit

public void setNodePosMaskBit(long nodePosMask)

linkNodeWithoutRuleNotify

public void linkNodeWithoutRuleNotify()

linkNode

public void linkNode(InternalWorkingMemory wm)

unlinkNode

public void unlinkNode(InternalWorkingMemory wm)

unlinkNodeWithoutRuleNotify

public void unlinkNodeWithoutRuleNotify()

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Memory

Drools :: Core 6.0.0.Beta5

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