Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractNetworkTaskFactory

java.lang.Object
  extended by org.cytoscape.task.AbstractNetworkTaskFactory
All Implemented Interfaces:
NetworkTaskFactory

public abstract class AbstractNetworkTaskFactory
extends Object
implements NetworkTaskFactory

A NetworkTaskFactory 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.

Constructor Summary
AbstractNetworkTaskFactory()
           
 
Method Summary
 boolean isReady(CyNetwork network)
          Returns true if the supplied network is not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cytoscape.task.NetworkTaskFactory
createTaskIterator
 

Constructor Detail

AbstractNetworkTaskFactory

public AbstractNetworkTaskFactory()
Method Detail

isReady

public boolean isReady(CyNetwork network)
Returns true if the supplied network is not null.

Specified by:
isReady in interface NetworkTaskFactory
Parameters:
network - The network.
Returns:
true if the supplied network is not null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.