org.drools.core.util
Interface Entry

All Known Subinterfaces:
LeftTuple, LinkedListNode<T>, LogicalDependency, Triple
All Known Implementing Classes:
AbstractBaseLinkedListNode, ActivationGroupNode, ActivationNode, BaseLeftTuple, CompositeObjectSinkAdapter.FieldIndex, ConcurrentRightTuple, ConcurrentRightTupleList, EvalNodeLeftTuple, FromNodeLeftTuple, JoinNodeLeftTuple, LeftTupleImpl, LeftTupleList, LeftTupleRBTree.Node, LinkedListEntry, NotNodeLeftTuple, ObjectHashMap.ObjectEntry, ObjectHashSet.ObjectEntry, QueryElementNodeLeftTuple, QueryRiaFixerNodeLeftTuple, RBTree.Node, RightTuple, RightTupleList, RightTupleRBTree.Node, RuleTerminalNodeLeftTuple, ScheduledAgendaItem, SimpleLogicalDependency, TripleImpl, WindowTuple

public interface Entry


Method Summary
 Entry getNext()
           
 void setNext(Entry next)
           
 

Method Detail

setNext

void setNext(Entry next)

getNext

Entry getNext()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.