public interface ExportTableTaskFactory extends 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,
File file)
Returns a task factory that write the specified table to the specified file.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(CyTable table, File file)
table
- The table to be written.file
- The file the table will be written to.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.