public interface LoadTableURLTaskFactory extends TaskFactory
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(URL url)
Creates the task iterator for importing an attribute file to a table.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(URL url)
url
- The attribute URL to be imported into one of network tables(Node,Edge or Network Table).TaskIterator
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.