Uses of Class
com.walkfares.odsl.var.curve.VarSmartCurve
Package | Description |
---|---|
com.walkfares.odsl.curve | |
com.walkfares.odsl.util | |
com.walkfares.odsl.var.adaptor | |
com.walkfares.odsl.var.curve |
-
Uses of VarSmartCurve in com.walkfares.odsl.curve
Methods in com.walkfares.odsl.curve with parameters of type VarSmartCurve Modifier and Type Method Description VarCurve
CurveExpression. createCurve(String id, VarSmartCurve formula, OpenDSLContext context, UTCDate ondate, SmartCurveBuilder.SmartCurveBuildMethod method)
VarCurveDates
CurveExpression. getCurveDates(VarSmartCurve formula, OpenDSLContext context)
-
Uses of VarSmartCurve in com.walkfares.odsl.util
Methods in com.walkfares.odsl.util with parameters of type VarSmartCurve Modifier and Type Method Description static Convertible
ProcessHelper. convertInputData(OpenDSLContext context, Convertible var, VarSmartCurve output)
-
Uses of VarSmartCurve in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarSmartCurve Modifier and Type Method Description VarSmartCurve
VarSmartCurveAdaptor. deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarSmartCurve Modifier and Type Method Description com.google.gson.JsonElement
VarSmartCurveAdaptor. serialize(VarSmartCurve src, Type type, com.google.gson.JsonSerializationContext context)
-
Uses of VarSmartCurve in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve with parameters of type VarSmartCurve Modifier and Type Method Description VarCurve
SmartCurveBuilder. createCurve(String id, VarSmartCurve formula, OpenDSLContext context, UTCDate ondate, SmartCurveBuilder.SmartCurveBuildMethod method)
VarCurveDates
SmartCurveDatesBuilder. getCurveDates(VarSmartCurve formula, OpenDSLContext context)
VarCurveDates
VarCurveDates. setSmartcurve(VarSmartCurve smartcurve)
Constructors in com.walkfares.odsl.var.curve with parameters of type VarSmartCurve Constructor Description CurveMessage(VarSmartCurve curve, OpenDSLContext context, String date)