public static class LeftInputAdapterNode.LiaNodeMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
Constructor and Description |
---|
LeftInputAdapterNode.LiaNodeMemory() |
Modifier and Type | Method and Description |
---|---|
int |
getAndDecreaseCounter() |
int |
getAndIncreaseCounter() |
int |
getCounter() |
long |
getNodePosMaskBit() |
short |
getNodeType() |
SegmentMemory |
getSegmentMemory() |
void |
linkNode(InternalWorkingMemory wm) |
void |
linkNodeWithoutRuleNotify() |
void |
setCounter(int counter) |
void |
setNodeDirty(InternalWorkingMemory wm) |
void |
setNodePosMaskBit(long nodePosMask) |
void |
setSegmentMemory(SegmentMemory segmentNodes) |
void |
unlinkNode(InternalWorkingMemory wm) |
void |
unlinkNodeWithoutRuleNotify() |
getNext, getPrevious, nullPrevNext, setNext, setPrevious
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrevious, nullPrevNext, setPrevious
public int getCounter()
public int getAndIncreaseCounter()
public int getAndDecreaseCounter()
public void setCounter(int counter)
public SegmentMemory getSegmentMemory()
getSegmentMemory
in interface Memory
public void setSegmentMemory(SegmentMemory segmentNodes)
setSegmentMemory
in interface Memory
public long getNodePosMaskBit()
public void setNodePosMaskBit(long nodePosMask)
public void linkNodeWithoutRuleNotify()
public void linkNode(InternalWorkingMemory wm)
public void unlinkNode(InternalWorkingMemory wm)
public void unlinkNodeWithoutRuleNotify()
public short getNodeType()
getNodeType
in interface Memory
public void setNodeDirty(InternalWorkingMemory wm)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.