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 VarList
LoaderFunctions. initialiseList(Var size, Var defaultValue)
VarList
IntrospectionFunctions. methods(Var object)
VarList
IntrospectionFunctions. properties(Var object)
VarList
StringFunctions. split(VarScalar str, VarScalar sep)
VarList
IntrospectionFunctions. variables()
Methods in com.walkfares.function with parameters of type VarList Modifier and Type Method Description Var
MatrixFunctions. correlation(VarList data)
Var
MatrixFunctions. correlation(VarList data, int shift)
Var
MatrixFunctions. covariance(VarList data)
Var
MatrixFunctions. covariance(VarList data, boolean biasCorrected)
Var
Constructors. CurveSeries(Var calendar, VarCurveDate ondate, VarList data)
Var
Constructors. CurveSeries(Var calendar, VarCurveDate ondate, Var start, VarList data)
VarCalendar
Constructors. IntradayCalendar(VarDuration period, VarCalendar holiday, VarList withoutHours)
VarCalendar
Constructors. IntradayCalendar(VarDuration period, Var holiday, VarList withoutHours, String timezone)
VarCalendar
Constructors. IntradayCalendar(VarDuration period, Var holiday, VarList withoutHours, String timezone, boolean useHolidays)
VarMatrix
Constructors. Matrix(VarList labels)
VarMatrix
Constructors. Matrix(VarList labels, double v)
VarMatrix
Constructors. Matrix(VarList ylabels, VarList xlabels)
VarMatrix
Constructors. 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 VarMatrix
MatrixTransforms. fromSeriesList(OpenDSLContext context, VarList series)
VarMatrix
MatrixTransforms.correlation. transform(OpenDSLContext context, VarList series, VarScalar... params)
VarMatrix
MatrixTransforms.covariance. transform(OpenDSLContext context, VarList series, VarScalar... params)
static VarMatrix
MatrixTransforms. 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 VarMatrix
SeriesToMatrixTransform. 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 VarList
VarCalendar. getDates(VarDate start, VarDate end)
VarList
VarCalendar. getDatesFrom(VarDate start, int number)
VarList
VarCalendar. getHolidaysForYear(VarScalar year)
VarList
VarCalendar. getRules()
VarList
DynamicProperties. keyNames()
default VarList
Var. LIST()
VarList
DynamicProperties. 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 VarList
VarListAdaptor. 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.JsonElement
VarListAdaptor. 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 class
VarVirtualList
Methods in com.walkfares.odsl.var.basic that return VarList Modifier and Type Method Description VarList
VarList. addAll(VarList ol)
VarList
VarList. addAll(Collection<Var> elements)
static VarList
VarList. from(double[] v)
VarList
VarList. setDescription(String description)
VarList
VarList. setName(String name)
VarList
VarList. 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 VarList
VarList. 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 VarList
VarCurveDates. 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 VarList
CoordinateSequence. getCoordinateList()
VarList
GeoMultiLineString. getCoordinates()
VarList
GeoMultiPolygon. getPolygons()
VarList
GeoPolygon. getRings()
VarList
Coordinate. 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 VarList
VarSpreadsheet. getCells()
VarList
VarMatrix. getColumn(int col)
VarList
VarTable. getColumns()
VarList
VarTable. getColumns(int columns)
VarList
VarMatrix. getRow(int row)
VarList
VarTable. getRows()
VarList
VarTable. getRows(int startIndex)
VarList
VarTable. getRows(int startIndex, int endIndex)
VarList
VarMatrixDates. getValues()
Methods in com.walkfares.odsl.var.matrix with parameters of type VarList Modifier and Type Method Description VarMatrix
VarMatrix. setColumnData(OpenDSLContext context, int col, VarList list)
VarMatrix
VarMatrix. setColumnData(OpenDSLContext context, String label, VarList list)
VarMatrix
VarMatrix. setRowData(OpenDSLContext context, int row, VarList list)
VarMatrix
VarMatrix. 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 class
VarBatch
Methods in com.walkfares.odsl.var.process that return VarList Modifier and Type Method Description VarList
VarProcess. getTags()
Methods in com.walkfares.odsl.var.process with parameters of type VarList Modifier and Type Method Description VarProcess
VarProcess. 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 VarList
VarReportConfiguration. getTags()
VarList
VarReportDates. getValues()
Methods in com.walkfares.odsl.var.report with parameters of type VarList Modifier and Type Method Description VarReportConfiguration
VarReportConfiguration. 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 VarList
VarTimeSeries. getLocalValues()
VarList
VarTimeSeries. getObservations()
VarList
VarTimeSeries. getValues()
Methods in com.walkfares.odsl.var.timeseries with parameters of type VarList Modifier and Type Method Description VarTimeSeries
VarTimeSeries. 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 VarList
Transformation. transform(Transformer transformer)