org.robokind.impl.motion.messaging.command
Class PortableRobotRequestFactory
java.lang.Object
org.robokind.impl.motion.messaging.command.PortableRobotRequestFactory
- All Implemented Interfaces:
- RobotRequestFactory<PortableRobotRequest>
public class PortableRobotRequestFactory
- extends Object
- implements RobotRequestFactory<PortableRobotRequest>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableRobotRequestFactory
public PortableRobotRequestFactory()
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-2012. All Rights Reserved.