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 Details

    • setQueued

      void setQueued(boolean b)
    • getQueueIndex

      int getQueueIndex()
    • setQueueIndex

      void setQueueIndex(int index)
    • dequeue

      void dequeue()
    • isQueued

      boolean isQueued()