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