Uses of Interface
org.cytoscape.work.TunableRecorder
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of TunableRecorder in org.cytoscape.work
Modifier and TypeFieldDescriptionprotected final List<TunableRecorder>
AbstractTaskManager.tunableRecorders
The list of tunable recorders that will be used by this task manager.Modifier and TypeMethodDescriptionfinal void
AbstractTaskManager.addTunableRecorder
(TunableRecorder tunableRecorder, Map props) Adds the specified TunableRecorder service to the task manager.final void
AbstractTaskManager.removeTunableRecorder
(TunableRecorder tunableRecorder, Map props) Removes the specified TunableRecorder service from the task manager.