Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractNodeViewTaskFactory

java.lang.Object
  extended by org.cytoscape.task.AbstractNodeViewTaskFactory
All Implemented Interfaces:
NodeViewTaskFactory

public abstract class AbstractNodeViewTaskFactory
extends Object
implements NodeViewTaskFactory

A NodeViewTaskFactory 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
AbstractNodeViewTaskFactory()
           
 
Method Summary
 boolean isReady(View<CyNode> nodeView, CyNetworkView networkView)
          Returns true of the supplied network and node views are 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.NodeViewTaskFactory
createTaskIterator
 

Constructor Detail

AbstractNodeViewTaskFactory

public AbstractNodeViewTaskFactory()
Method Detail

isReady

public boolean isReady(View<CyNode> nodeView,
                       CyNetworkView networkView)
Returns true of the supplied network and node views are not null.

Specified by:
isReady in interface NodeViewTaskFactory
Parameters:
nodeView - The node view
networkView - The network view
Returns:
true of the supplied network and node views are not null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.