Uses of Class
com.walkfares.odsl.var.basic.VarList
-
Uses of VarList in com.walkfares.function
Methods in com.walkfares.function that return VarList Modifier and Type Method Description VarListLoaderFunctions. initialiseList(Var size, Var defaultValue)VarListIntrospectionFunctions. methods(Var object)VarListIntrospectionFunctions. properties(Var object)VarListStringFunctions. split(VarScalar str, VarScalar sep)VarListIntrospectionFunctions. variables()Methods in com.walkfares.function with parameters of type VarList Modifier and Type Method Description VarMatrixFunctions. correlation(VarList data)VarMatrixFunctions. correlation(VarList data, int shift)VarMatrixFunctions. covariance(VarList data)VarMatrixFunctions. covariance(VarList data, boolean biasCorrected)VarConstructors. CurveSeries(Var calendar, VarCurveDate ondate, VarList data)VarConstructors. CurveSeries(Var calendar, VarCurveDate ondate, Var start, VarList data)VarCalendarConstructors. IntradayCalendar(VarDuration period, VarCalendar holiday, VarList withoutHours)VarCalendarConstructors. IntradayCalendar(VarDuration period, Var holiday, VarList withoutHours, String timezone)VarCalendarConstructors. IntradayCalendar(VarDuration period, Var holiday, VarList withoutHours, String timezone, boolean useHolidays)VarMatrixConstructors. Matrix(VarList labels)VarMatrixConstructors. Matrix(VarList labels, double v)VarMatrixConstructors. Matrix(VarList ylabels, VarList xlabels)VarMatrixConstructors. Matrix(VarList ylabels, VarList xlabels, double v) -
Uses of VarList in com.walkfares.function.math
Methods in com.walkfares.function.math with parameters of type VarList Modifier and Type Method Description static VarMatrixMatrixTransforms. fromSeriesList(OpenDSLContext context, VarList series)VarMatrixMatrixTransforms.correlation. transform(OpenDSLContext context, VarList series, VarScalar... params)VarMatrixMatrixTransforms.covariance. transform(OpenDSLContext context, VarList series, VarScalar... params)static VarMatrixMatrixTransforms. transform(OpenDSLContext context, VarList input, String property, SeriesToMatrixTransform t, VarScalar... params) -
Uses of VarList in com.walkfares.odsl.function
Methods in com.walkfares.odsl.function with parameters of type VarList Modifier and Type Method Description VarMatrixSeriesToMatrixTransform. transform(OpenDSLContext context, VarList series, VarScalar... params) -
Uses of VarList in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return VarList Modifier and Type Method Description VarListVarCalendar. getDates(VarDate start, VarDate end)VarListVarCalendar. getDatesFrom(VarDate start, int number)VarListVarCalendar. getHolidaysForYear(VarScalar year)VarListVarCalendar. getRules()VarListDynamicProperties. keyNames()default VarListVar. LIST()VarListDynamicProperties. values() -
Uses of VarList in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarList Modifier and Type Method Description VarListVarListAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in com.walkfares.odsl.var.adaptor with parameters of type VarList Modifier and Type Method Description com.google.gson.JsonElementVarListAdaptor. serialize(VarList src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of VarList in com.walkfares.odsl.var.basic
Subclasses of VarList in com.walkfares.odsl.var.basic Modifier and Type Class Description classVarVirtualListMethods in com.walkfares.odsl.var.basic that return VarList Modifier and Type Method Description VarListVarList. addAll(VarList ol)VarListVarList. addAll(Collection<Var> elements)static VarListVarList. from(double[] v)VarListVarList. setDescription(String description)VarListVarList. setName(String name)VarListVarList. subList(int startIndex, int endIndex)Methods in com.walkfares.odsl.var.basic that return types with arguments of type VarList Modifier and Type Method Description List<VarList>VarList. splitList(int size)Methods in com.walkfares.odsl.var.basic with parameters of type VarList Modifier and Type Method Description VarListVarList. addAll(VarList ol) -
Uses of VarList in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return VarList Modifier and Type Method Description VarListVarCurveDates. getValues()Constructors in com.walkfares.odsl.var.curve with parameters of type VarList Constructor Description VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, UTCDate start, VarList data)VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, VarList data) -
Uses of VarList in com.walkfares.odsl.var.geo
Methods in com.walkfares.odsl.var.geo that return VarList Modifier and Type Method Description VarListCoordinateSequence. getCoordinateList()VarListGeoMultiLineString. getCoordinates()VarListGeoMultiPolygon. getPolygons()VarListGeoPolygon. getRings()VarListCoordinate. toList() -
Uses of VarList in com.walkfares.odsl.var.matrix
Methods in com.walkfares.odsl.var.matrix that return VarList Modifier and Type Method Description VarListVarSpreadsheet. getCells()VarListVarMatrix. getColumn(int col)VarListVarTable. getColumns()VarListVarTable. getColumns(int columns)VarListVarMatrix. getRow(int row)VarListVarTable. getRows()VarListVarTable. getRows(int startIndex)VarListVarTable. getRows(int startIndex, int endIndex)VarListVarMatrixDates. getValues()Methods in com.walkfares.odsl.var.matrix with parameters of type VarList Modifier and Type Method Description VarMatrixVarMatrix. setColumnData(OpenDSLContext context, int col, VarList list)VarMatrixVarMatrix. setColumnData(OpenDSLContext context, String label, VarList list)VarMatrixVarMatrix. setRowData(OpenDSLContext context, int row, VarList list)VarMatrixVarMatrix. setRowData(OpenDSLContext context, String label, VarList list) -
Uses of VarList in com.walkfares.odsl.var.process
Subclasses of VarList in com.walkfares.odsl.var.process Modifier and Type Class Description classVarBatchMethods in com.walkfares.odsl.var.process that return VarList Modifier and Type Method Description VarListVarProcess. getTags()Methods in com.walkfares.odsl.var.process with parameters of type VarList Modifier and Type Method Description VarProcessVarProcess. setTags(VarList tags) -
Uses of VarList in com.walkfares.odsl.var.report
Methods in com.walkfares.odsl.var.report that return VarList Modifier and Type Method Description VarListVarReportConfiguration. getTags()VarListVarReportDates. getValues()Methods in com.walkfares.odsl.var.report with parameters of type VarList Modifier and Type Method Description VarReportConfigurationVarReportConfiguration. setTags(VarList tags) -
Uses of VarList in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return VarList Modifier and Type Method Description VarListVarTimeSeries. getLocalValues()VarListVarTimeSeries. getObservations()VarListVarTimeSeries. getValues()Methods in com.walkfares.odsl.var.timeseries with parameters of type VarList Modifier and Type Method Description VarTimeSeriesVarTimeSeries. addAll(VarList values)Constructors in com.walkfares.odsl.var.timeseries with parameters of type VarList Constructor Description VarTimeSeries(UTCDate start, Calendar calendar, VarList data) -
Uses of VarList in com.walkfares.odsl.var.transformation
Methods in com.walkfares.odsl.var.transformation that return VarList Modifier and Type Method Description VarListTransformation. transform(Transformer transformer)