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