public interface LoadNetworkFileTaskFactory 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(File file)
Create a task iterator for loading a network from a file.
|
TaskIterator |
createTaskIterator(File file,
TaskObserver observer)
Create a task iterator for loading a network from a file.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(File file)
file
- The file for loading into a networkTaskIterator
TaskIterator createTaskIterator(File file, TaskObserver observer)
file
- The file for loading into a networkobserver
- A TaskObserver to notify when we're completeTaskIterator
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.