Interface TaskFactory

    • Method Detail

      • createTaskIterator

        TaskIterator createTaskIterator()
        Returns an iterator containing a sequence of Tasks.
        Returns:
        an iterator containing a sequence of Tasks.
      • isReady

        boolean isReady()
        Returns true if the TaskFactory has all necessary preconditions needed to generate a task that will execute properly, false otherwise.
        Returns:
        true if the TaskFactory has all necessary preconditions needed to generate a task that will execute properly, false otherwise.