|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkTaskFactory
A task factory that creates one or more tasks that operate on the specified CyNetwork.
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(CyNetwork network)
Provisions this factory with the CyNetwork that will be passed
into any task created by it. |
boolean |
isReady(CyNetwork network)
Returns true if this task factory is ready to produce a TaskIterator. |
Method Detail |
---|
TaskIterator createTaskIterator(CyNetwork network)
CyNetwork
that will be passed
into any task created by it.
network
- a non-null CyNetwork
Task
objects to execute.boolean isReady(CyNetwork network)
network
- a non-null CyNetwork
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |