public interface NewSessionTaskFactory extends TaskFactory
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 Cytoscape Consortium. All rights reserved.