public abstract class AbstractNetworkTaskFactory extends Object implements NetworkTaskFactory
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 |
---|
AbstractNetworkTaskFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady(CyNetwork network)
Returns true if the supplied network is not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTaskIterator
public boolean isReady(CyNetwork network)
isReady
in interface NetworkTaskFactory
network
- The network.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.