org.orekit.parameter
Interface IParameterizableFunction

All Superinterfaces:
IParameterizable, Serializable
All Known Subinterfaces:
IParamDiffFunction
All Known Implementing Classes:
CnCookModel, ConstantFunction, CtCookModel, LinearFunction, ParamDiffFunction, PiecewiseFunction

public interface IParameterizableFunction
extends IParameterizable

This class is used to define a parameterizable function. This function is composed of Parameter such as : f(t) = a * t + b, with a and b Parameter

The method value return the value of the function depending on the spacecraft state state

Since:
2.3
Version:
$Id: IParameterizableFunction.java 12650 2015-03-17 16:14:12Z fiorentino $
Author:
auguief
Concurrency :
not thread-safe, uses internal mutable attributes

Method Summary
 double value(SpacecraftState state)
          Getting the value of the function.
 
Methods inherited from interface org.orekit.parameter.IParameterizable
getParameters, supportsParameter
 

Method Detail

value

double value(SpacecraftState state)
Getting the value of the function.

Parameters:
state - the spacecraft state
Returns:
the value of the function.


Copyright © 2016 CNES. All Rights Reserved.