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 final List<TunableRecorder>AbstractTaskManager.tunableRecordersThe list of tunable recorders that will be used by this task manager.Methods in org.cytoscape.work with parameters of type TunableRecorderModifier and TypeMethodDescriptionfinal voidAbstractTaskManager.addTunableRecorder(TunableRecorder tunableRecorder, Map props) Adds the specified TunableRecorder service to the task manager.final voidAbstractTaskManager.removeTunableRecorder(TunableRecorder tunableRecorder, Map props) Removes the specified TunableRecorder service from the task manager.