Interface TableTaskFactory

    • Method Detail

      • createTaskIterator

        TaskIterator createTaskIterator​(CyTable table)
        Used to provision this factory with a CyTable that will be used to create tasks.
        Parameters:
        table - a non-null CyTable
        Returns:
        A TaskIterator object containing one or more Task objects to execute.
      • isReady

        boolean isReady​(CyTable table)
        Returns true if this task factory is ready to produce a TaskIterator.
        Parameters:
        table - a non-null CyTable
        Returns:
        true if this task factory is ready to produce a TaskIterator.