|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectFromFileListTaskFactory
This interface provides a task iterator for selecting items based on a file. The file should be a simple text file with one identifier per line.
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>| Method Summary | |
|---|---|
TaskIterator |
createTaskIterator(CyNetwork network,
File file)
Creates a task iterator for selecting items of a network based on a file. |
| Methods inherited from interface org.cytoscape.task.NetworkTaskFactory |
|---|
createTaskIterator, isReady |
| Method Detail |
|---|
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.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||