Package org.cytoscape.task.write
Interface ExportSelectedNetworkTaskFactory
- All Superinterfaces:
TaskFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateTaskIterator(File file)
Creates the task iterator for exporting the selected network.Methods inherited from interface org.cytoscape.work.TaskFactory
createTaskIterator, isOn, isReady
-
Method Details
-
createTaskIterator
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.
-