public interface LoadMultipleNetworkFilesTaskFactory extends TaskFactory
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(List<File> files,
CyRootNetwork rootNetwork)
Creates a task iterator for loading one or more networks from supported files (e.g.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(List<File> files, CyRootNetwork rootNetwork)
files
- List of network files.rootNetwork
- Optional Network Collection into which the new networks must be loaded.
If null, Cytoscape creates a new root-network for the loaded networks.TaskIterator
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.