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 TunableMutatorAbstractTaskManager. tunableMutatorThe 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 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 TunableMutator Constructor Description AbstractTaskManager(TunableMutator tunableMutator)Initializes anAbstractTaskManagerobject by setting itsTunableInterceptor.
-