public abstract class AbstractNetworkViewTaskFactory extends Object implements NetworkViewTaskFactory
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 |
|---|
AbstractNetworkViewTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady(CyNetworkView networkView)
Returns true if the supplied network view is not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskIteratorpublic boolean isReady(CyNetworkView networkView)
isReady in interface NetworkViewTaskFactorynetworkView - The network viewCopyright 2011 Cytoscape Consortium. All rights reserved.