|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkViewCollectionTaskFactory
A task factory that creates one or more tasks that operate on the specified collection of network views.
Method Summary | |
---|---|
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. |
Method Detail |
---|
TaskIterator createTaskIterator(Collection<CyNetworkView> networkViews)
networkViews
- a non-null collection of CyNetworkView
s
Task
objects to execute.boolean isReady(Collection<CyNetworkView> networkViews)
networkViews
- a non-null collection of CyNetworkView
s
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |