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