Class AbstractNetworkViewCollectionTaskFactory

java.lang.Object
org.cytoscape.task.AbstractNetworkViewCollectionTaskFactory
All Implemented Interfaces:
NetworkViewCollectionTaskFactory

public abstract class AbstractNetworkViewCollectionTaskFactory extends Object implements NetworkViewCollectionTaskFactory
A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.

Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Module: core-task-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>core-task-api</artifactId>
</dependency>
  • Constructor Details

    • AbstractNetworkViewCollectionTaskFactory

      public AbstractNetworkViewCollectionTaskFactory()
  • Method Details

    • isReady

      public boolean isReady(Collection<CyNetworkView> networkViews)
      Returns true if the supplied collection is not null.
      Specified by:
      isReady in interface NetworkViewCollectionTaskFactory
      Parameters:
      networkViews - The collection of network views.
      Returns:
      true if the supplied collection is not null.