org.robokind.api.interpolation.cspline
Class CSplineInterpolatorFactory

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

public class CSplineInterpolatorFactory
extends InterpolatorFactory

Factory for creating CSplineInterpolators.

Author:
Matthew Stevenson

Constructor Summary
CSplineInterpolatorFactory()
           
 
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

CSplineInterpolatorFactory

public CSplineInterpolatorFactory()
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.