A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
next() — Method in class com.developmentarc.framework.controllers.TaskController
Checks to see if any task slots are available, if so then the next task in the queue is added.
next() — Method in interface com.developmentarc.framework.controllers.interfaces.ITaskGroup
Looks up and returns the next ITask in the group.
next() — Method in class com.developmentarc.framework.datastructures.tasks.TaskGroup
Returns the next task in the group with the highest priority task first.
next() — Method in class com.developmentarc.framework.datastructures.utils.PriorityQueue
Used to access the next item in the queue base on the priority.
next() — Method in class com.developmentarc.framework.datastructures.utils.Queue
This method is used to access the next item in the Queue depending upon the direction of the Queue.
notReadyQueue — Property in class com.developmentarc.framework.controllers.TaskController
Stores ITasks that returned false for the ready value when attempted to be started by the controller.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z