public interface ExportNetworkTaskFactory extends NetworkTaskFactory
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(CyNetwork network,
File file)
Creates the task iterator for exporting networks.
|
createTaskIterator, isReadyTaskIterator createTaskIterator(CyNetwork network, File file)
network - Selected network for export.file - The file to store the exported network.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.