public interface TableCellTaskFactory
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(CyColumn column,
Object primaryKeyValue)
Used to provision this factory with a
CyColumn and a primary key that will be
used to create tasks. |
boolean |
isReady(CyColumn column,
Object primaryKeyValue)
Returns true if this task factory is ready to produce a TaskIterator.
|
TaskIterator createTaskIterator(CyColumn column, Object primaryKeyValue)
CyColumn
and a primary key that will be
used to create tasks.column
- a non-null CyColumnprimaryKeyValue
- a non-null primary key valueTask
objects to execute.Copyright 2011 Cytoscape Consortium. All rights reserved.