public interface SelectFromFileListTaskFactory extends NetworkTaskFactory
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, isReady
TaskIterator 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 Cytoscape Consortium. All rights reserved.