|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportTableTaskFactory
This task factory provides a task iterator for writing a specified table to a specified file.
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(CyTable table,
File file)
Returns a task factory that write the specified table to the specified file. |
Methods inherited from interface org.cytoscape.task.TableTaskFactory |
---|
createTaskIterator, isReady |
Method Detail |
---|
TaskIterator createTaskIterator(CyTable table, File file)
table
- The table to be written.file
- The file the table will be written to.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |