Package | Description |
---|---|
org.cytoscape.work |
This package defines the task framework, where tasks are units of work.
|
Modifier and Type | Field and Description |
---|---|
protected List<TunableRecorder> |
AbstractTaskManager.tunableRecorders
The list of tunable recorders that will be used by this task manager.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTaskManager.addTunableRecorder(TunableRecorder tunableRecorder,
Map props)
Adds the specified TunableRecorder service to the task manager.
|
void |
AbstractTaskManager.removeTunableRecorder(TunableRecorder tunableRecorder,
Map props)
Removes the specified TunableRecorder service from the task manager.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.