public interface TableTaskFactory
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(CyTable table)
Used to provision this factory with a
CyTable that will be used to create tasks. |
boolean |
isReady(CyTable table)
Returns true if this task factory is ready to produce a TaskIterator.
|
TaskIterator createTaskIterator(CyTable table)
CyTable
that will be used to create tasks.table
- a non-null CyTableTask
objects to execute.boolean isReady(CyTable table)
table
- a non-null CyTableCopyright 2011-2015 Cytoscape Consortium. All rights reserved.