public abstract class AbstractEdgeViewTaskFactory extends Object implements EdgeViewTaskFactory
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 and Description |
---|
AbstractEdgeViewTaskFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady(View<CyEdge> edgeView,
CyNetworkView networkView)
Returns true if the supplied edge and network views are not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTaskIterator
public boolean isReady(View<CyEdge> edgeView, CyNetworkView networkView)
isReady
in interface EdgeViewTaskFactory
edgeView
- The edge view.networkView
- The network view.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.