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 TimeValue
ArithmeticUtils. distave(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)
static TimeValue
ArithmeticUtils. 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 TimeValue
VarTimeSeries. getTimeValue(UTCDate date)
TimeValue
TimeValue. setTime(UTCDate time)
TimeValue
TimeValue. setValue(double value)
TimeValue
TimeValue. setValue(Var value)
TimeValue
TimeValue. setValue(String value)
TimeValue
TimeValue. 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 VarTimeSeries
VarTimeSeries. add(TimeValue tv)
VarTimeSeries
VarTimeSeries. add(TimeValue tv, boolean align)
Method parameters in com.walkfares.odsl.var.timeseries with type arguments of type TimeValue Modifier and Type Method Description VarTimeSeries
VarTimeSeries. addObservations(List<TimeValue> values)