Uses of Class
org.gridlab.gat.steering.SteeringControl

Packages that use SteeringControl
org.gridlab.gat.steering This package provides the API for steering. 
 

Uses of SteeringControl in org.gridlab.gat.steering
 

Methods in org.gridlab.gat.steering that return SteeringControl
 SteeringControl SteeringControlDefinition.createSteeringControl(Map<String,Object> actualParameters)
           
 

Methods in org.gridlab.gat.steering with parameters of type SteeringControl
 Map<String,Object> Steerable.executeControl(SteeringControl c)
           
 Map<String,Object> SteeringManager.executeControl(String steeredObjectID, SteeringControl sc)