org.robokind.api.interpolation.linear
Class LinearInterpolatorFactory

java.lang.Object
  extended by org.robokind.api.interpolation.InterpolatorFactory
      extended by org.robokind.api.interpolation.linear.LinearInterpolatorFactory
All Implemented Interfaces:
org.jflux.api.core.Source<Interpolator>

public class LinearInterpolatorFactory
extends InterpolatorFactory

Author:
Matthew Stevenson

Constructor Summary
LinearInterpolatorFactory()
           
 
Method Summary
 Interpolator getValue()
           
 org.robokind.api.common.config.VersionProperty getVersion()
          Returns the VersionProperty of the Interpolator created by the Factory.
 
Methods inherited from class org.robokind.api.interpolation.InterpolatorFactory
register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearInterpolatorFactory

public LinearInterpolatorFactory()
Method Detail

getValue

public Interpolator getValue()

getVersion

public org.robokind.api.common.config.VersionProperty getVersion()
Description copied from class: InterpolatorFactory
Returns the VersionProperty of the Interpolator created by the Factory.

Specified by:
getVersion in class InterpolatorFactory
Returns:
VersionProperty of the Interpolator created by the Factory


Copyright © 2011-2013. All Rights Reserved.