|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadNetworkURLTaskFactory
This interface provides a task iterator for loading a URL into a network.
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,
TaskObserver observer)
Creates a task iterator for loading a URL into a network. |
TaskIterator |
loadCyNetworks(URL url)
Creates a task iterator for loading a URL into a network. |
| Methods inherited from interface org.cytoscape.work.TaskFactory |
|---|
createTaskIterator, isReady |
| Method Detail |
|---|
TaskIterator loadCyNetworks(URL url)
url - the URL for loading into the network.
TaskIterator.
TaskIterator createTaskIterator(URL url,
TaskObserver observer)
url - the URL for loading into the network.observer - a TaskObserver that wants to know when we're done
TaskIterator.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||