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 |
reset() |
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, setPreviousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrevious, nullPrevNext, setPreviouspublic int getCounter()
public int getAndIncreaseCounter()
public int getAndDecreaseCounter()
public void setCounter(int counter)
public SegmentMemory getSegmentMemory()
getSegmentMemory in interface Memorypublic void setSegmentMemory(SegmentMemory segmentNodes)
setSegmentMemory in interface Memorypublic 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 Memorypublic void setNodeDirty(InternalWorkingMemory wm)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.