org.robokind.api.motion.sync
Class SynchronizedRobotFactory

java.lang.Object
  extended by org.robokind.api.motion.sync.SynchronizedRobotFactory
All Implemented Interfaces:
org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>

public class SynchronizedRobotFactory
extends Object
implements org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>

Author:
Matthew Stevenson

Constructor Summary
SynchronizedRobotFactory()
           
 
Method Summary
 Robot build(SynchronizedRobotConfig config)
           
 Class<SynchronizedRobotConfig> getConfigurationClass()
           
 Class<Robot> getServiceClass()
           
 org.robokind.api.common.config.VersionProperty getServiceVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedRobotFactory

public SynchronizedRobotFactory()
Method Detail

getServiceVersion

public org.robokind.api.common.config.VersionProperty getServiceVersion()
Specified by:
getServiceVersion in interface org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>

build

public Robot build(SynchronizedRobotConfig config)
Specified by:
build in interface org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>

getServiceClass

public Class<Robot> getServiceClass()
Specified by:
getServiceClass in interface org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>

getConfigurationClass

public Class<SynchronizedRobotConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.robokind.api.common.services.ServiceFactory<Robot,SynchronizedRobotConfig>


Copyright © 2011-2013. All Rights Reserved.