|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadTableURLTaskFactory
This interface provides a task iterator for importing an attribute URL to one of network tables(Node,Edge or Network Table).
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(URL url)
Creates the task iterator for importing an attribute file to a table. |
| Methods inherited from interface org.cytoscape.work.TaskFactory |
|---|
createTaskIterator, isReady |
| Method Detail |
|---|
TaskIterator createTaskIterator(URL url)
url - The attribute URL to be imported into one of network tables(Node,Edge or Network Table).
TaskIterator.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||