Uses of Interface
org.cytoscape.work.TunableMutator
Packages that use TunableMutator
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of TunableMutator in org.cytoscape.work
Fields in org.cytoscape.work declared as TunableMutatorModifier and TypeFieldDescriptionprotected TunableMutator
AbstractTaskManager.tunableMutator
The single tunable mutator that will be used by this task manager.Methods in org.cytoscape.work that return TunableMutatorModifier and TypeMethodDescriptionTunableMutator<?,?>
AbstractTaskManager.getTunableMutator()
Returns theTunableMutator
for thisTaskManager
or null if there is none.default TunableMutator<?,?>
TaskManager.getTunableMutator()
This method returns theTunableMutator
that is being used by this TaskManager.Constructors in org.cytoscape.work with parameters of type TunableMutatorModifierConstructorDescriptionAbstractTaskManager(TunableMutator tunableMutator)
Initializes anAbstractTaskManager
object by setting itsTunableInterceptor
.