|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.motion.Robot.JointId
public static class Robot.JointId
JointId is an immutable globally unique identifier for a Joint belonging to a Robot. The JointId is a combination of a Robot.Id and Joint.Id.
| Constructor Summary | |
|---|---|
Robot.JointId(Robot.Id robotId,
Joint.Id jointId)
Creates a new Robot.JointId with the given Robot.Id and Joint.Id. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Joint.Id |
getJointId()
Returns the value of the Id. |
Robot.Id |
getRobotId()
Returns the value of the Id. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Robot.JointId(Robot.Id robotId,
Joint.Id jointId)
robotId - Id of the Robot with the JointjointId - Local Id of the Joint| Method Detail |
|---|
public final Joint.Id getJointId()
public final Robot.Id getRobotId()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||