Package org.drools.core.reteoo
Interface SegmentNodeMemory
-
- All Superinterfaces:
Entry<Memory>,LinkedListNode<Memory>,Memory
- All Known Implementing Classes:
AccumulateNode.AccumulateMemory,AccumulateNode.MultiAccumulateMemory,AccumulateNode.SingleAccumulateMemory,AsyncReceiveNode.AsyncReceiveMemory,AsyncSendNode.AsyncSendMemory,BetaMemory,FromNode.FromMemory,LeftInputAdapterNode.LiaNodeMemory,QueryElementNode.QueryElementNodeMemory,ReactiveFromNode.ReactiveFromMemory,TimerNode.TimerNodeMemory
public interface SegmentNodeMemory extends Memory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNodePosMaskBit()voidsetNodeCleanWithoutNotify()voidsetNodeDirtyWithoutNotify()voidsetNodePosMaskBit(long segmentPos)-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
Methods inherited from interface org.drools.core.common.Memory
getNodeType, getOrCreateSegmentMemory, getSegmentMemory, reset, setSegmentMemory
-
-