|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableTaskFactory
A task factory that creates one or more tasks that operate on the specified CyTable.
| Method Summary | |
|---|---|
TaskIterator |
createTaskIterator(CyTable table)
Used to provision this factory with a CyTable that will be used to create tasks. |
boolean |
isReady(CyTable table)
Returns true if this task factory is ready to produce a TaskIterator. |
| Method Detail |
|---|
TaskIterator createTaskIterator(CyTable table)
CyTable that will be used to create tasks.
table - a non-null CyTable
Task objects to execute.boolean isReady(CyTable table)
table - a non-null CyTable
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||