public abstract class InterpolatorFactory extends Object implements org.jflux.api.core.Source<Interpolator>
| Constructor and Description |
|---|
InterpolatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jflux.api.common.rk.config.VersionProperty |
getVersion()
Returns the VersionProperty of the Interpolator created by the Factory.
|
protected static void |
register(InterpolatorFactory factory)
Static utility method for registering new InterpolatorFactories with the
InterpolatorDirector, making it accessible to the rest of the platform.
|
public abstract org.jflux.api.common.rk.config.VersionProperty getVersion()
protected static void register(InterpolatorFactory factory)
factory - InterpolatorFactory to registerCopyright © 2011-2016. All Rights Reserved.