public interface RootNetworkCollectionTaskFactory
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>| Modifier and Type | Method and Description |
|---|---|
TaskIterator |
createTaskIterator(Collection<CyRootNetwork> networks)
Provisions this factory with the collection of root-networks that will be passed into any task
created by it.
|
boolean |
isReady(Collection<CyRootNetwork> networks)
Returns true if this task factory is ready to produce a task iterator.
|
TaskIterator createTaskIterator(Collection<CyRootNetwork> networks)
networks - a non-null collection of CyRootNetworksTask objects to execute.boolean isReady(Collection<CyRootNetwork> networks)
networks - a non-null collection of CyRootNetworksCopyright 2011-2015 Cytoscape Consortium. All rights reserved.