org.ros.internal.node.response
Interface ResultFactory<T>

Type Parameters:
T - the result type
All Known Implementing Classes:
BooleanResultFactory, IntegerResultFactory, ObjectResultFactory, ProtocolDescriptionResultFactory, StringListResultFactory, StringResultFactory, SystemStateResultFactory, TopicListResultFactory, TopicTypeListResultFactory, UriListResultFactory, UriResultFactory, VoidResultFactory

public interface ResultFactory<T>


Method Summary
 T newFromValue(java.lang.Object value)
           
 

Method Detail

newFromValue

T newFromValue(java.lang.Object value)
Parameters:
value -
Returns:
a value to be returned as the result part of a Response