Uses of Class
com.walkfares.odsl.var.timeseries.TimeReference
| Package | Description |
|---|---|
| com.walkfares.odsl.var.curve | |
| com.walkfares.odsl.var.matrix | |
| com.walkfares.odsl.var.report | |
| com.walkfares.odsl.var.timeseries |
-
Uses of TimeReference in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return TimeReference Modifier and Type Method Description TimeReferenceVarCurveDates. getPreviousOndate(UTCDate date)Methods in com.walkfares.odsl.var.curve that return types with arguments of type TimeReference Modifier and Type Method Description List<TimeReference>VarCurveDates. getReferences()Methods in com.walkfares.odsl.var.curve with parameters of type TimeReference Modifier and Type Method Description VarTimeSeriesVarCurveDates. addReference(TimeReference tr)Method parameters in com.walkfares.odsl.var.curve with type arguments of type TimeReference Modifier and Type Method Description VarTimeSeriesVarCurveDates. addReferences(List<TimeReference> values) -
Uses of TimeReference in com.walkfares.odsl.var.matrix
Methods in com.walkfares.odsl.var.matrix that return types with arguments of type TimeReference Modifier and Type Method Description List<TimeReference>VarMatrixDates. getReferences()Method parameters in com.walkfares.odsl.var.matrix with type arguments of type TimeReference Modifier and Type Method Description VarTimeSeriesVarMatrixDates. addReferences(List<TimeReference> values) -
Uses of TimeReference in com.walkfares.odsl.var.report
Methods in com.walkfares.odsl.var.report that return types with arguments of type TimeReference Modifier and Type Method Description List<TimeReference>VarReportDates. getReferences()Method parameters in com.walkfares.odsl.var.report with type arguments of type TimeReference Modifier and Type Method Description VarTimeSeriesVarReportDates. addReferences(List<TimeReference> values) -
Uses of TimeReference in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return TimeReference Modifier and Type Method Description TimeReferenceTimeReference. setTime(UTCDate time)TimeReferenceTimeReference. setValue(VarReference value)