Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractEdgeViewTaskFactory

java.lang.Object
  extended by org.cytoscape.task.AbstractEdgeViewTaskFactory
All Implemented Interfaces:
EdgeViewTaskFactory

public abstract class AbstractEdgeViewTaskFactory
extends Object
implements EdgeViewTaskFactory

An EdgeViewTaskFactory that is always ready to produce a TaskIterator.


Constructor Summary
AbstractEdgeViewTaskFactory()
           
 
Method Summary
 boolean isReady(View<CyEdge> edgeView, CyNetworkView networkView)
          Returns true if the supplied edge and network 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.EdgeViewTaskFactory
createTaskIterator
 

Constructor Detail

AbstractEdgeViewTaskFactory

public AbstractEdgeViewTaskFactory()
Method Detail

isReady

public boolean isReady(View<CyEdge> edgeView,
                       CyNetworkView networkView)
Returns true if the supplied edge and network views are not null.

Specified by:
isReady in interface EdgeViewTaskFactory
Parameters:
edgeView - The edge view.
networkView - The network view.
Returns:
true if the supplied edge and network views are not null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.