org.robokind.api.motion.servos
Class ServoController.Id

java.lang.Object
  extended by org.robokind.api.motion.servos.ServoController.Id
All Implemented Interfaces:
org.robokind.api.common.utils.LocalIdentifier
Enclosing interface:
ServoController<IdType,ServoConf extends ServoConfig<IdType>,ServoType extends Servo<IdType,ServoConf>,ControllerConf extends ServoControllerConfig<IdType,ServoConf>>

public static class ServoController.Id
extends Object
implements org.robokind.api.common.utils.LocalIdentifier

Id is an immutable globally unique identifier for a ServoController.


Constructor Summary
ServoController.Id(String servoControllerId)
          Creates a ServoController.Id from the given String
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServoController.Id

public ServoController.Id(String servoControllerId)
Creates a ServoController.Id from the given String

Parameters:
servoControllerId - ServoController.Id as a String
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013. All Rights Reserved.