public interface RowTaskFactory
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>
Modifier and Type | Method and Description |
---|---|
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.
|
TaskIterator createTaskIterator(CyRow row)
CyRow
that will be passed into any task created by it.row
- a non-null CyRowTask
objects to execute.boolean isReady(CyRow row)
row
- a non-null CyRowCopyright 2011-2015 Cytoscape Consortium. All rights reserved.