public interface SelectFromFileListTaskFactory 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 a task iterator for selecting items of a network based on a file.
|
createTaskIterator, isReadyTaskIterator createTaskIterator(CyNetwork network, File file)
network - The target network to select nodes and edges from.file - The file that has the selection list in.
The file should be a simple text file with one identifier per line.TaskIterator.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.