Uses of Interface
org.cytoscape.work.TunableRecorder
Packages that use TunableRecorder
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of TunableRecorder in org.cytoscape.work
Fields in org.cytoscape.work with type parameters of type TunableRecorderModifier and TypeFieldDescriptionprotected List<TunableRecorder>
AbstractTaskManager.tunableRecorders
The list of tunable recorders that will be used by this task manager.Methods in org.cytoscape.work with parameters of type TunableRecorderModifier 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.