Uses of Enum Class
com.morpheusdata.model.costing.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type IntervalModifier and TypeMethodDescriptionCostForecastProvider.generateForecast(Interval interval, List<CostHistory> costHistory, Integer numberOfForecastIntervals) Generate a forecast based on historical cost data.CostForecastProvider.getMinimumHistoricalData(Interval interval) Determine the minimum number of historical data points required to generate a forecast -
Uses of Interval in com.morpheusdata.embed
Methods in com.morpheusdata.embed with parameters of type IntervalModifier and TypeMethodDescriptionLeastSquaresCostForecastProvider.generateForecast(Interval interval, List<CostHistory> costHistory, Integer numberOfForecastIntervals) LeastSquaresCostForecastProvider.getMinimumHistoricalData(Interval interval) -
Uses of Interval in com.morpheusdata.model.costing
Fields in com.morpheusdata.model.costing declared as IntervalModifier and TypeFieldDescriptionprotected IntervalCostHistory.intervalprotected IntervalForecast.intervalMethods in com.morpheusdata.model.costing that return IntervalModifier and TypeMethodDescriptionCostHistory.getInterval()Forecast.getInterval()static IntervalReturns the enum constant of this class with the specified name.static Interval[]Interval.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model.costing with parameters of type IntervalModifier and TypeMethodDescriptionvoidCostHistory.setInterval(Interval interval) voidForecast.setInterval(Interval interval)