org.robokind.api.motion.servos
Class ServoController.Id
java.lang.Object
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.
ServoController.Id
public ServoController.Id(String servoControllerId)
- Creates a ServoController.Id from the given String
- Parameters:
servoControllerId
- ServoController.Id as a String
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.