|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.ParameterConfiguration
public final class ParameterConfiguration
Responsible for overriding compound parameters that are set in the mapping or predefined compound definitions. Can also be used for adding some parameters to compounds.
This mechanism can be used to override parameters for mapped compound in an SPR. The parameter values specified within this configuration will always be set in the specified compound, overridden previously defined values through the mapping process.
| Field Summary | |
|---|---|
static ParameterConfiguration |
Current
Gets the current mapper configuration. |
| Method Summary | |
|---|---|
void |
addAdditionalParameters(SPR spr)
Add all configured additional parameters to the specified spr. |
void |
addParameter(String compoundName,
String paramName,
Object value)
Adds an additional compound parameter. |
void |
disableParameters(String compoundName)
Disables the parameters for the specified compound. |
void |
enableParameters(String compoundName)
Enables the previously disabled parameters for a compound. |
void |
removeParameter(String compoundName,
String paramName)
Removes an additional parameter for a compound. |
void |
removeParameters(String compoundName)
Removes all parameters for a compound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ParameterConfiguration Current
| Method Detail |
|---|
public void addAdditionalParameters(SPR spr)
spr - the SPR to which the parameters will be added.
public void addParameter(String compoundName,
String paramName,
Object value)
compoundName - The name of the compound.paramName - The name of the additional parameter.value - The value of the additional parameter.
public void removeParameter(String compoundName,
String paramName)
compoundName - The name of the compound.paramName - The name of the parameter.public void removeParameters(String compoundName)
compoundName - The name of the compound.public void enableParameters(String compoundName)
compoundName - The name of the compound.public void disableParameters(String compoundName)
compoundName - The name of the compound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||