public interface NewSessionTaskFactory 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(boolean destroyCurrentSession)
Creates a task iterator for creating a new session and
destroying the current session based on the input.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(boolean destroyCurrentSession)
destroyCurrentSession
- Whether or not to destroy the current session.Task
objects to execute.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.