Uses of Class
com.walkfares.odsl.var.timeseries.TimeValue
| Package | Description |
|---|---|
| com.walkfares.odsl.conversion.scale | |
| com.walkfares.odsl.var.timeseries |
-
Uses of TimeValue in com.walkfares.odsl.conversion.scale
Methods in com.walkfares.odsl.conversion.scale that return TimeValue Modifier and Type Method Description static TimeValueArithmeticUtils. distave(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)static TimeValueArithmeticUtils. distsum(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist) -
Uses of TimeValue in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return TimeValue Modifier and Type Method Description TimeValueVarTimeSeries. getTimeValue(UTCDate date)TimeValueTimeValue. setTime(UTCDate time)TimeValueTimeValue. setValue(double value)TimeValueTimeValue. setValue(Var value)TimeValueTimeValue. setValue(String value)TimeValueTimeValue. withStatus(Status s)Methods in com.walkfares.odsl.var.timeseries that return types with arguments of type TimeValue Modifier and Type Method Description List<TimeValue>VarTimeSeries. getLastNValues(OpenDSLContext context, int n)List<TimeValue>VarTimeSeries. getTimeValues()Methods in com.walkfares.odsl.var.timeseries with parameters of type TimeValue Modifier and Type Method Description VarTimeSeriesVarTimeSeries. add(TimeValue tv)VarTimeSeriesVarTimeSeries. add(TimeValue tv, boolean align)Method parameters in com.walkfares.odsl.var.timeseries with type arguments of type TimeValue Modifier and Type Method Description VarTimeSeriesVarTimeSeries. addObservations(List<TimeValue> values)