org.robokind.api.motion
Class Robot.Id
java.lang.Object
org.robokind.api.motion.Robot.Id
- All Implemented Interfaces:
- org.robokind.api.common.utils.GlobalIdentifier
- Enclosing interface:
- Robot<J extends Joint>
public static class Robot.Id
- extends Object
- implements org.robokind.api.common.utils.GlobalIdentifier
Id is an immutable globally unique identifier for a Robot.
Robot.Id
public Robot.Id(String robotId)
- Parameters:
robotId
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getRobtIdString
public String getRobtIdString()
- Returns the String value of this Robot.Id.
- Returns:
- String value of this Robot.Id
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011-2013. All Rights Reserved.