java.lang.Object
net.finmath.marketdata.model.curves.CurveInterpolation.Point
- All Implemented Interfaces:
Serializable
,Comparable<CurveInterpolation.Point>
- Enclosing class:
- CurveInterpolation
public static class CurveInterpolation.Point
extends Object
implements Comparable<CurveInterpolation.Point>, Serializable
Representation of a 2D curve point including the boolean property if the point is fixed or calibrateable.
- Author:
- Christian Fries
- See Also:
- Serialized Form
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CurveInterpolation.Point>
-
getTime
public double getTime() -
getValue
public double getValue() -
isParameter
public boolean isParameter() -
toString
-
clone
-