org.robokind.impl.motion.messaging
Class PortableRobotRequest.Factory
java.lang.Object
org.robokind.impl.motion.messaging.PortableRobotRequest.Factory
- All Implemented Interfaces:
- RobotRequestFactory<PortableRobotRequest>
- Enclosing class:
- PortableRobotRequest
public static class PortableRobotRequest.Factory
- extends Object
- implements RobotRequestFactory<PortableRobotRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableRobotRequest.Factory
public PortableRobotRequest.Factory()
buildRobotRequest
public PortableRobotRequest buildRobotRequest(Robot.Id robotId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC)
- Specified by:
buildRobotRequest in interface RobotRequestFactory<PortableRobotRequest>
buildJointRequest
public PortableRobotRequest buildJointRequest(Robot.JointId jointId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC)
- Specified by:
buildJointRequest in interface RobotRequestFactory<PortableRobotRequest>
Copyright © 2011-2013. All Rights Reserved.