org.robokind.api.motion
Class Robot.Id

java.lang.Object
  extended by 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.


Constructor Summary
Robot.Id(String robotId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRobtIdString()
          Returns the String value of this Robot.Id.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Robot.Id

public Robot.Id(String robotId)
Parameters:
robotId -
Method Detail

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.