Interface NetworkTaskFactory

    • Method Detail

      • createTaskIterator

        TaskIterator createTaskIterator​(CyNetwork network)
        Provisions this factory with the CyNetwork that will be passed into any task created by it.
        Parameters:
        network - a non-null CyNetwork
        Returns:
        A TaskIterator object containing one or more Task objects to execute.
      • isReady

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