Class RPlan.Waitqueue

java.lang.Object
jadex.bdi.runtime.impl.RPlan.Waitqueue
Enclosing class:
RPlan

public class RPlan.Waitqueue extends Object
Waitque holds events for later processing.
  • Field Details

  • Constructor Details

    • Waitqueue

      public Waitqueue()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPlan

      public RPlan getPlan()
    • addElement

      public void addElement(Object element)
    • isEmpty

      public boolean isEmpty()
      Test if waitqueue is empty.
    • getElements

      public Object[] getElements()
      Get the currently contained elements of the waitqueue.
      Returns:
      The collected elements.
    • getFromWaitqueue

      protected Object getFromWaitqueue(WaitAbstraction wa)