|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkCollectionTaskFactory
Produces a task iterator for the specified collection of networks.
Method Summary | |
---|---|
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. |
Method Detail |
---|
TaskIterator createTaskIterator(Collection<CyNetwork> networks)
networks
- a non-null collection of CyNetwork
s
Task
objects to execute.boolean isReady(Collection<CyNetwork> networks)
networks
- a non-null collection of CyNetwork
s
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |