Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractNetworkViewTaskFactory

java.lang.Object
  extended by 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.

Constructor Summary
AbstractNetworkViewTaskFactory()
           
 
Method Summary
 boolean isReady(CyNetworkView networkView)
          Returns true if the supplied network view 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.NetworkViewTaskFactory
createTaskIterator
 

Constructor Detail

AbstractNetworkViewTaskFactory

public AbstractNetworkViewTaskFactory()
Method Detail

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.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.