public interface NetworkCollectionTaskFactory
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(Collection<CyNetwork> networks)
Provisions this factory with the collection of networks that will be passed into any task
created by it.
|
boolean |
isReady(Collection<CyNetwork> networks)
Returns true if this task factory is ready to produce a task iterator.
|
TaskIterator createTaskIterator(Collection<CyNetwork> networks)
boolean isReady(Collection<CyNetwork> networks)
networks
- a non-null collection of CyNetwork
sCopyright 2011 Cytoscape Consortium. All rights reserved.