|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ParameterList.addParameter(Parameter<T> parameter)
Adds a new parameter to this compound. |
|
|
SPRComponent.addParameter(String name,
T value)
Adds a new parameter to this compound. |
|
|
SelectiveAssignment.addParameter(String name,
T value)
Adds a new parameter to this compound. |
|
|
Selection.addParameter(String name,
T value)
Adds a new parameter to this compound. |
|
|
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 | ||
|---|---|---|
|
ParameterList.addParameter(Parameter<T> parameter)
Adds a new parameter to this compound. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||