Package org.ros.internal.node.response
Class ProtocolDescriptionResultFactory
java.lang.Object
org.ros.internal.node.response.ProtocolDescriptionResultFactory
- All Implemented Interfaces:
ResultFactory<ProtocolDescription>
public class ProtocolDescriptionResultFactory
extends Object
implements ResultFactory<ProtocolDescription>
- Author:
- damonkohler@google.com (Damon Kohler)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProtocolDescriptionResultFactory
public ProtocolDescriptionResultFactory()
-
-
Method Details
-
newFromValue
- Specified by:
newFromValuein interfaceResultFactory<ProtocolDescription>- Returns:
- a value to be returned as the result part of a
Response
-