Uses of Class
com.walkfares.odsl.var.VarCalendar
-
Uses of VarCalendar in com.walkfares.function
Methods in com.walkfares.function with parameters of type VarCalendar Modifier and Type Method Description Var
TimeSeriesFunctions. cave(Var series, VarCalendar calendar)
Var
TimeSeriesFunctions. cmax(Var series, VarCalendar calendar)
Var
TimeSeriesFunctions. cmin(Var series, VarCalendar calendar)
Var
TimeSeriesFunctions. csum(Var series, VarCalendar calendar)
Var
Constructors. CurveSeries(VarCalendar calendar, VarCurveDate ondate)
VarCalendar
Constructors. IntradayCalendar(VarDuration period, VarCalendar holiday, VarList withoutHours)
Var
Constructors. SmartTimeSeries(VarDate start, VarCalendar calendar, VarScalar expression)
-
Uses of VarCalendar in com.walkfares.function.math
Methods in com.walkfares.function.math with parameters of type VarCalendar Modifier and Type Method Description static Var
CumulativeTransforms. transform(OpenDSLContext context, Var input, CumulativeTransform t, VarCalendar outputCalendar, VarScalar... params)
-
Uses of VarCalendar in com.walkfares.odsl
Methods in com.walkfares.odsl that return types with arguments of type VarCalendar Modifier and Type Method Description ODSLCache<VarCalendar>
OpenDSLContext. getCalendarCache()
-
Uses of VarCalendar in com.walkfares.odsl.service
Methods in com.walkfares.odsl.service that return VarCalendar Modifier and Type Method Description VarCalendar
CalendarService. get(OpenDSLContext context, String code)
-
Uses of VarCalendar in com.walkfares.odsl.var
Subclasses of VarCalendar in com.walkfares.odsl.var Modifier and Type Class Description class
VarCombinedCalendar
Methods in com.walkfares.odsl.var that return VarCalendar Modifier and Type Method Description static VarCalendar
VarCalendar. getFactoryCalendar(OpenDSLContext context, String id)
VarCalendar
VarCalendar. setCalendar(Calendar calendar)
VarCalendar
VarCalendar. setName(String name)
Methods in com.walkfares.odsl.var with parameters of type VarCalendar Modifier and Type Method Description VarCombinedCalendar
VarCombinedCalendar. with(VarCalendar cal)
-
Uses of VarCalendar in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarCalendar Modifier and Type Method Description VarCalendar
VarCalendarAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarCalendar Modifier and Type Method Description com.google.gson.JsonElement
VarCalendarAdaptor. serialize(VarCalendar src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of VarCalendar in com.walkfares.odsl.var.basic
Methods in com.walkfares.odsl.var.basic that return VarCalendar Modifier and Type Method Description VarCalendar
VarDuration. getCalendar()
Methods in com.walkfares.odsl.var.basic with parameters of type VarCalendar Modifier and Type Method Description VarDuration
VarDuration. setCalendar(VarCalendar calendar)
-
Uses of VarCalendar in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return VarCalendar Modifier and Type Method Description VarCalendar
VarCurveDate. getTradingCalendar()
Methods in com.walkfares.odsl.var.curve with parameters of type VarCalendar Modifier and Type Method Description VarMatrix
VarCurve. toMatrix(OpenDSLContext context, VarCalendar rowCalendar, boolean addAverage)
Constructors in com.walkfares.odsl.var.curve with parameters of type VarCalendar Constructor Description VarCurveSeries(VarCalendar calendar, VarCurveDate ondate)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, UTCDate start, VarList data)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, VarList data)
-
Uses of VarCalendar in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return VarCalendar Modifier and Type Method Description VarCalendar
VarTimeSeries. getCalendar()
Methods in com.walkfares.odsl.var.timeseries with parameters of type VarCalendar Modifier and Type Method Description VarEventTimeSeries
VarEventTimeSeries. setCalendar(VarCalendar calendar)
VarTimeSeries
VarTimeSeries. setCalendar(VarCalendar calendar)
VarMatrix
VarTimeSeries. toMatrix(OpenDSLContext context, VarCalendar rowCalendar)
VarMatrix
VarTimeSeries. toMatrix(OpenDSLContext context, VarCalendar rowCalendar, boolean fill)
Constructors in com.walkfares.odsl.var.timeseries with parameters of type VarCalendar Constructor Description VarSmartTimeSeries(VarCalendar calendar)
VarSmartTimeSeries(Var start, VarCalendar calendar, String expression)
VarTimeSeries(VarCalendar calendar)
VarTimeSeries(Var start, VarCalendar calendar)
VarTimeSeries(Var start, VarCalendar calendar, Var value)
VarTimeSeries(Var start, VarCalendar calendar, Var value, Var dataType)
VarTimeSeries(Var start, VarCalendar calendar, Var intervalPositions, Var value, Var dataType, Var positionCalendar)
VarTimeSeries(Var start, Var end, VarCalendar calendar, Var value, Var dataType)