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 final TunableMutatorAbstractTaskManager.tunableMutatorThe single tunable mutator that will be used by this task manager.Methods in org.cytoscape.work that return TunableMutatorModifier and TypeMethodDescriptionTunableMutator<?,?> AbstractTaskManager.getTunableMutator()Returns theTunableMutatorfor thisTaskManageror null if there is none.default TunableMutator<?,?> TaskManager.getTunableMutator()This method returns theTunableMutatorthat is being used by this TaskManager.Constructors in org.cytoscape.work with parameters of type TunableMutatorModifierConstructorDescriptionAbstractTaskManager(TunableMutator tunableMutator) Initializes anAbstractTaskManagerobject by setting itsTunableInterceptor.