org.robokind.api.motion.sync
Class SynchronizedRobotFactory

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

public class SynchronizedRobotFactory
extends Object
implements ServiceFactory<Robot,SynchronizedRobotConfig>

Author:
Matthew Stevenson

Field Summary
 
Fields inherited from interface org.robokind.api.common.services.ServiceFactory
PROP_SERVICE_CLASS, PROP_SERVICE_VERSION
 
Constructor Summary
SynchronizedRobotFactory()
           
 
Method Summary
 Robot build(SynchronizedRobotConfig config)
           
 Class<Robot> getServiceClass()
           
 Class<SynchronizedRobotConfig> getServiceConfigurationClass()
           
 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 VersionProperty getServiceVersion()
Specified by:
getServiceVersion in interface ServiceFactory<Robot,SynchronizedRobotConfig>

build

public Robot build(SynchronizedRobotConfig config)
Specified by:
build in interface ServiceFactory<Robot,SynchronizedRobotConfig>

getServiceClass

public Class<Robot> getServiceClass()
Specified by:
getServiceClass in interface ServiceFactory<Robot,SynchronizedRobotConfig>

getServiceConfigurationClass

public Class<SynchronizedRobotConfig> getServiceConfigurationClass()
Specified by:
getServiceConfigurationClass in interface ServiceFactory<Robot,SynchronizedRobotConfig>


Copyright © 2011-2012. All Rights Reserved.