Class CurveInterpolation
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.interpolation.CurveInterpolation
- All Implemented Interfaces:
FunctionHolder
public class CurveInterpolation extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description CurveInterpolation()
-
Method Summary
Modifier and Type Method Description VarCurve
extendCurve(OpenDSLContext context, VarCurve input, VarScalar years)
VarCurve
forwardFillCurve(OpenDSLContext context, VarCurve input)
String
getCategory()
List<Function>
getFunctions()
-
Constructor Details
-
CurveInterpolation
public CurveInterpolation()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
forwardFillCurve
-
extendCurve
-