Package org.drools.core.reteoo
Class QueryElementNode.QueryElementNodeMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.QueryElementNode.QueryElementNodeMemory
-
- All Implemented Interfaces:
Memory,SegmentNodeMemory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- QueryElementNode
public static class QueryElementNode.QueryElementNodeMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryElementNode.QueryElementNodeMemory.QueryTupleSets
-
Constructor Summary
Constructors Constructor Description QueryElementNodeMemory(QueryElementNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcorrectMemoryOnSinksChanged(TerminalNode removingTn)QueryElementNodegetNode()longgetNodePosMaskBit()shortgetNodeType()SegmentMemorygetQuerySegmentMemory()TupleSets<LeftTuple>getResultLeftTuples()SegmentMemorygetSegmentMemory()voidreset()voidsetNodeCleanWithoutNotify()voidsetNodeDirtyWithoutNotify()voidsetNodePosMaskBit(long segmentPos)voidsetQuerySegmentMemory(SegmentMemory querySegmentMemory)voidsetSegmentMemory(SegmentMemory smem)-
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, nullPrevNext, 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, nullPrevNext, setPrevious
-
Methods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemory
-
-
-
-
Constructor Detail
-
QueryElementNodeMemory
public QueryElementNodeMemory(QueryElementNode node)
-
-
Method Detail
-
getNode
public QueryElementNode getNode()
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory smem)
- Specified by:
setSegmentMemoryin interfaceMemory
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
getQuerySegmentMemory
public SegmentMemory getQuerySegmentMemory()
-
setQuerySegmentMemory
public void setQuerySegmentMemory(SegmentMemory querySegmentMemory)
-
correctMemoryOnSinksChanged
public void correctMemoryOnSinksChanged(TerminalNode removingTn)
-
getNodePosMaskBit
public long getNodePosMaskBit()
- Specified by:
getNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodePosMaskBit
public void setNodePosMaskBit(long segmentPos)
- Specified by:
setNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodeDirtyWithoutNotify
public void setNodeDirtyWithoutNotify()
- Specified by:
setNodeDirtyWithoutNotifyin interfaceSegmentNodeMemory
-
setNodeCleanWithoutNotify
public void setNodeCleanWithoutNotify()
- Specified by:
setNodeCleanWithoutNotifyin interfaceSegmentNodeMemory
-
-