Package org.drools.core.util
Interface Queue.QueueEntry
- All Known Subinterfaces:
InternalMatch
- All Known Implementing Classes:
RuleAgendaItem,RuleTerminalNodeLeftTuple
- Enclosing interface:
- Queue<T extends Queue.QueueEntry>
public static interface Queue.QueueEntry
-
Method Summary
Modifier and TypeMethodDescriptionvoiddequeue()intbooleanisQueued()voidsetQueued(boolean b) voidsetQueueIndex(int index)
-
Method Details
-
setQueued
void setQueued(boolean b) -
getQueueIndex
int getQueueIndex() -
setQueueIndex
void setQueueIndex(int index) -
dequeue
void dequeue() -
isQueued
boolean isQueued()
-