Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.api.Parameter

Packages that use Parameter
com.kuka.roboticsAPI.controllerModel.sunrise.api Contains the necessary objects to work with Sunrise. 
 

Uses of Parameter in com.kuka.roboticsAPI.controllerModel.sunrise.api
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.api that return Parameter
<T> Parameter<T>
ParameterList.addParameter(Parameter<T> parameter)
          Adds a new parameter to this compound.
<T> Parameter<T>
SPRComponent.addParameter(String name, T value)
          Adds a new parameter to this compound.
<T> Parameter<T>
SelectiveAssignment.addParameter(String name, T value)
          Adds a new parameter to this compound.
<T> Parameter<T>
Selection.addParameter(String name, T value)
          Adds a new parameter to this compound.
<T> Parameter<T>
ParameterList.addParameter(String name, T value)
          Adds a new parameter to this compound.
 Parameter<Integer> ActiveDevice.getDebug()
          Debug parameter.
 Parameter<?> SPRComponent.getParameter(String name)
          Gets the parameter with the specified name.
 Parameter<?> SelectiveAssignment.getParameter(String name)
          Gets the parameter with the specified name.
 Parameter<?> Selection.getParameter(String name)
          Gets the parameter with the specified name.
 Parameter<?> ParameterList.getParameter(String name)
          Gets the parameter with the specified name.
 Parameter<?> SPRComponent.tryGetParameter(String name)
          Tries to get the parameter with the specified name.
 Parameter<?> ParameterList.tryGetParameter(String name)
          Tries to get the parameter with the specified name.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.api that return types with arguments of type Parameter
 Iterator<Parameter<?>> ParameterList.iterator()
          
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.api with parameters of type Parameter
<T> Parameter<T>
ParameterList.addParameter(Parameter<T> parameter)
          Adds a new parameter to this compound.
 



Copyright © 2019. All rights reserved.