|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadTableFileTaskFactory
This interface provides a task iterator for importing the attribute file 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(File file)
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(File file)
file
- The attribute file 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 |