Class AbstractNetworkViewTaskFactory

java.lang.Object
org.cytoscape.task.AbstractNetworkViewTaskFactory
All Implemented Interfaces:
NetworkViewTaskFactory

public abstract class AbstractNetworkViewTaskFactory extends Object implements NetworkViewTaskFactory
A NetworkViewTaskFactory 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

    • AbstractNetworkViewTaskFactory

      public AbstractNetworkViewTaskFactory()
  • Method Details

    • isReady

      public boolean isReady(CyNetworkView networkView)
      Returns true if the supplied network view is not null.
      Specified by:
      isReady in interface NetworkViewTaskFactory
      Parameters:
      networkView - The network view
      Returns:
      true if the supplied network view is not null.