public interface TableColumnTaskFactory
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright 2011 Cytoscape Consortium. All rights reserved.