Uses of Interface
org.cytoscape.work.TunableMutator
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of TunableMutator in org.cytoscape.work
Modifier and TypeFieldDescriptionprotected final TunableMutator
AbstractTaskManager.tunableMutator
The single tunable mutator that will be used by this task manager.Modifier 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.ModifierConstructorDescriptionAbstractTaskManager
(TunableMutator tunableMutator) Initializes anAbstractTaskManager
object by setting itsTunableInterceptor
.