|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.params.KeyValuePairsForJoints
public class KeyValuePairsForJoints
Value-Pair class, that can store a instance of JointEnum and a value
for it. This is necessary for joint specific programming.
| Constructor Summary | |
|---|---|
KeyValuePairsForJoints(com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double jointValue)
Constructor. |
|
| Method Summary | |
|---|---|
com.kuka.roboticsAPI.deviceModel.JointEnum |
getJoint()
Get joint for this joint-value key pair. |
double |
getJointValue()
Get value for this joint-value key pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyValuePairsForJoints(com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double jointValue)
joint - Joint for this joint-value key pair.jointValue - Value for this joint-value key pair.| Method Detail |
|---|
public double getJointValue()
public com.kuka.roboticsAPI.deviceModel.JointEnum getJoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||