|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowTaskFactory
A task factory that creates one or more tasks that operate on the specified CyRow.
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(CyRow row)
Provisions this factory with the CyRow that will be passed into any task created by it. |
boolean |
isReady(CyRow row)
Returns true if this task factory is ready to produce a TaskIterator. |
Method Detail |
---|
TaskIterator createTaskIterator(CyRow row)
CyRow
that will be passed into any task created by it.
row
- a non-null CyRow
Task
objects to execute.boolean isReady(CyRow row)
row
- a non-null CyRow
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |