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 VarCurveextendCurve(OpenDSLContext context, VarCurve input, VarScalar years)VarCurveforwardFillCurve(OpenDSLContext context, VarCurve input)StringgetCategory()List<Function>getFunctions()
-
Constructor Details
-
CurveInterpolation
public CurveInterpolation()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctionsin interfaceFunctionHolder
-
forwardFillCurve
-
extendCurve
-