Uses of Interface
org.cytoscape.work.TunableMutator
-
Packages that use TunableMutator Package Description org.cytoscape.work 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 TunableMutator Modifier and Type Field Description protected TunableMutator
AbstractTaskManager. tunableMutator
The single tunable mutator that will be used by this task manager.Methods in org.cytoscape.work that return TunableMutator Modifier and Type Method Description TunableMutator<?,?>
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 TunableMutator Constructor Description AbstractTaskManager(TunableMutator tunableMutator)
Initializes anAbstractTaskManager
object by setting itsTunableInterceptor
.
-