Package org.drools.core.util
Interface LinkedListNode<T extends LinkedListNode>
-
- All Superinterfaces:
Entry<T>
- All Known Subinterfaces:
JobHandle,LogicalDependency<M>,Memory,ModedAssertion<M>,SegmentNodeMemory
- All Known Implementing Classes:
AbstractBaseLinkedListNode,AbstractJobHandle,AccumulateNode.AccumulateMemory,AccumulateNode.MultiAccumulateMemory,AccumulateNode.SingleAccumulateMemory,ActivationGroupNode,ActivationNode,AsyncReceiveNode.AsyncReceiveMemory,AsyncSendNode.AsyncSendMemory,BetaMemory,ConditionalBranchNode.ConditionalBranchMemory,DefaultFactHandle,DefaultJobHandle,DefeasibleLogicalDependency,DefeasibleMode,EvalConditionNode.EvalMemory,EventFactHandle,FromNode.FromMemory,JDKTimerService.JDKJobHandle,JTMSMode,LeftInputAdapterNode.LiaNodeMemory,LinkedListEntry,MultiJobHandle,ObjectTypeNode.InitialFactObjectTypeNodeMemory,ObjectTypeNode.ObjectTypeNodeMemory,PathMemory,QueryElementNode.QueryElementNodeMemory,ReactiveFromNode.ReactiveFromMemory,RiaPathMemory,RightInputAdapterNode.RiaNodeMemory,RuleAgendaItem,SegmentMemory,SimpleLogicalDependency,SimpleMode,StackEntry,TimerNode.TimerNodeMemory,WindowNode.WindowMemory
public interface LinkedListNode<T extends LinkedListNode> extends Entry<T>
Items placed in aLinkedListmust implement this interface .- See Also:
LinkedList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetPrevious()Returns the previous nodevoidnullPrevNext()voidsetPrevious(T previous)Sets the previous node
-