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 List<TunableRecorder>
AbstractTaskManager.tunableRecorders
The list of tunable recorders that will be used by this task manager.Modifier and TypeMethodDescriptionvoid
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.