public class ServoRobotConnector extends Object implements ServiceFactory<Robot,ServoRobotConfig>
| Constructor and Description |
|---|
ServoRobotConnector() |
| Modifier and Type | Method and Description |
|---|---|
Robot |
build(ServoRobotConfig config) |
Class<ServoRobotConfig> |
getConfigurationClass() |
Class<Robot> |
getServiceClass() |
VersionProperty |
getServiceVersion() |
public VersionProperty getServiceVersion()
getServiceVersion in interface ServiceFactory<Robot,ServoRobotConfig>public Robot build(ServoRobotConfig config)
build in interface ServiceFactory<Robot,ServoRobotConfig>public Class<Robot> getServiceClass()
getServiceClass in interface ServiceFactory<Robot,ServoRobotConfig>public Class<ServoRobotConfig> getConfigurationClass()
getConfigurationClass in interface ServiceFactory<Robot,ServoRobotConfig>Copyright © 2011-2014. All Rights Reserved.