Package org.drools.core.reteoo
Class RightInputAdapterNode.RiaNodeMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.RightInputAdapterNode.RiaNodeMemory
-
- All Implemented Interfaces:
Memory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- RightInputAdapterNode
public static class RightInputAdapterNode.RiaNodeMemory extends AbstractBaseLinkedListNode<Memory> implements Memory
-
-
Constructor Summary
Constructors Constructor Description RiaNodeMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetNodeType()RiaPathMemorygetRiaPathMemory()SegmentMemorygetSegmentMemory()voidreset()voidsetRiaPathMemory(RiaPathMemory pathMemory)voidsetSegmentMemory(SegmentMemory segmentMemory)-
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
-
-
-
-
Method Detail
-
getRiaPathMemory
public RiaPathMemory getRiaPathMemory()
-
setRiaPathMemory
public void setRiaPathMemory(RiaPathMemory pathMemory)
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory segmentMemory)
- Specified by:
setSegmentMemoryin interfaceMemory
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
-