public abstract class AbstractRootNetworkCollectionTaskFactory extends Object implements RootNetworkCollectionTaskFactory
RootNetworkCollectionTaskFactory
that is always ready to produce a TaskIterator.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 |
---|
AbstractRootNetworkCollectionTaskFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady(Collection<CyRootNetwork> networks)
Returns true if the supplied collection of root-networks is not null or empty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTaskIterator
public AbstractRootNetworkCollectionTaskFactory()
public boolean isReady(Collection<CyRootNetwork> networks)
isReady
in interface RootNetworkCollectionTaskFactory
networks
- The collection of root-networks.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.