public static class LeftInputAdapterNode.LiaNodeMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
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 |
reset() |
void |
setCounter(int counter) |
void |
setNodeCleanWithoutNotify() |
void |
setNodeDirty(InternalWorkingMemory wm) |
void |
setNodeDirtyWithoutNotify() |
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()
getNodePosMaskBit
in interface SegmentNodeMemory
public void setNodePosMaskBit(long nodePosMask)
setNodePosMaskBit
in interface SegmentNodeMemory
public void setNodeDirtyWithoutNotify()
setNodeDirtyWithoutNotify
in interface SegmentNodeMemory
public void setNodeCleanWithoutNotify()
setNodeCleanWithoutNotify
in interface SegmentNodeMemory
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–2016 JBoss by Red Hat. All rights reserved.