|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.JointConfigurationInformation
public final class JointConfigurationInformation
Contains the joint configuration of a device at a specific frame.
This frame information should be used with the key 'robotName@controllerName'.
| Constructor Summary | |
|---|---|
JointConfigurationInformation(JointPosition joints,
String controllerName,
String deviceName)
Creates a new instance of a joint configuration. |
|
JointConfigurationInformation(Robot robot)
Creates a joint configuration for a robot. |
|
| Method Summary | |
|---|---|
String |
getControllerName()
Gets the name of the controller with which the position was taught. |
String |
getDeviceName()
Gets the name of the device with which the position was taught. |
JointPosition |
getJointPosition()
Gets the joint position of this touchup information. |
void |
setControllerName(String controllerName)
Sets the name of the controller with which the position was taught. |
void |
setDeviceName(String deviceName)
Sets the name of the device with which the position was taught. |
void |
setJointPosition(JointPosition joints)
Sets the joint position of this configuration. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JointConfigurationInformation(JointPosition joints,
String controllerName,
String deviceName)
joints - The joint values. null is not allowed.controllerName - The name of the controller with which the frame was taught.deviceName - The name of the device with which the frame was taught.public JointConfigurationInformation(Robot robot)
Will not set the base. This has to be done manually.
robot - The robot who did the touchup.| Method Detail |
|---|
public JointPosition getJointPosition()
public void setJointPosition(JointPosition joints)
joints - The joint position of this configuration.public String getControllerName()
public void setControllerName(String controllerName)
controllerName - The name of the controller with which the position was taught.public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - The name of the device with which the position was taught.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||