public abstract class AbstractNetworkCollectionTaskFactory extends Object implements NetworkCollectionTaskFactory
| 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.