public interface OpenSessionTaskFactory 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)
Creates a task iterator for loading a session from a file.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(File file)
file
- The input file for loading the session from.TaskIterator
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.