|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewSessionTaskFactory
This interface provides a task iterator for creating a new session.
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(boolean destroyCurrentSession)
Creates a task iterator for creating a new session and destroying the current session based on the input. |
| Methods inherited from interface org.cytoscape.work.TaskFactory |
|---|
createTaskIterator, isReady |
| Method Detail |
|---|
TaskIterator createTaskIterator(boolean destroyCurrentSession)
destroyCurrentSession - Whether or not to destroy the current session.
Task objects to execute.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||