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