Package org.cytoscape.task.write
Interface ExportSelectedNetworkTaskFactory
-
- All Superinterfaces:
TaskFactory
public interface ExportSelectedNetworkTaskFactory extends TaskFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskIterator
createTaskIterator(File file)
Creates the task iterator for exporting the selected network.-
Methods inherited from interface org.cytoscape.work.TaskFactory
createTaskIterator, isReady
-
-
-
-
Method Detail
-
createTaskIterator
TaskIterator createTaskIterator(File file)
Creates the task iterator for exporting the selected network. Notice that this task will be synced with the current thread and it will not create a new thread or a new task monitor.- Parameters:
file
- The file to store the exported network.- Returns:
- Task iterator for running the task.
-
-