org.drools.core.reteoo
Class LeftInputAdapterNode.LiaNodeMemory
java.lang.Object
org.drools.core.util.AbstractBaseLinkedListNode<Memory>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeftInputAdapterNode.LiaNodeMemory
public LeftInputAdapterNode.LiaNodeMemory()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.