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