|
Cytoscape 3.1.1 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.
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> </dependency>
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.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |