org.ros.internal.node.response
Class SystemStateResultFactory

java.lang.Object
  extended by org.ros.internal.node.response.SystemStateResultFactory
All Implemented Interfaces:
ResultFactory<SystemState>

public class SystemStateResultFactory
extends java.lang.Object
implements ResultFactory<SystemState>

A ResultFactory to take an object and turn it into a SystemState instance.


Constructor Summary
SystemStateResultFactory()
           
 
Method Summary
 SystemState newFromValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemStateResultFactory

public SystemStateResultFactory()
Method Detail

newFromValue

public SystemState newFromValue(java.lang.Object value)
Specified by:
newFromValue in interface ResultFactory<SystemState>
Returns:
a value to be returned as the result part of a Response