Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.work.TunableRecorder

Packages that use TunableRecorder
org.cytoscape.work This packages everything relating to tasks in Cytoscape. 
 

Uses of TunableRecorder in org.cytoscape.work
 

Fields in org.cytoscape.work with type parameters of type TunableRecorder
protected  List<TunableRecorder> AbstractTaskManager.tunableRecorders
          The list of tunable recorders that will be used by this task manager.
 

Methods in org.cytoscape.work with parameters of type TunableRecorder
 void AbstractTaskManager.addTunableRecorder(TunableRecorder tunableRecorder, Map props)
          Adds the specified TunableRecorder service to the task manager.
 void AbstractTaskManager.removeTunableRecorder(TunableRecorder tunableRecorder, Map props)
          Removes the specified TunableRecorder service from the task manager.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.