|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.motion.servos.ServoController.ServoId<ServoIdType>
ServoIdType - Type of Id used by the Servospublic static class ServoController.ServoId<ServoIdType>
ServoId is an immutable globally unique identifier for a Servo belonging to a Controller. The ServoId is a combination of a Robot.Id and Joint.Id.
| Constructor Summary | |
|---|---|
ServoController.ServoId(ServoController.Id controllerId,
ServoIdType servoId)
Creates a ServoController.ServoId from the given ServoController.Id and Servo Id. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ServoController.Id |
getControllerId()
Returns the value of the Id. |
ServoIdType |
getServoId()
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 ServoController.ServoId(ServoController.Id controllerId,
ServoIdType servoId)
controllerId - ServoController.Id to useservoId - Servo Id to use| Method Detail |
|---|
public final ServoIdType getServoId()
public final ServoController.Id getControllerId()
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 | |||||||||