Class ForecastConfiguration

java.lang.Object
org.openremote.model.value.ForecastConfiguration
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForecastConfigurationWeightedExponentialAverage

public abstract class ForecastConfiguration extends Object implements Serializable
See Also:
  • Field Details

    • type

      protected String type
  • Constructor Details

    • ForecastConfiguration

      protected ForecastConfiguration(String type)
  • Method Details

    • getType

      public String getType()
    • isValid

      public abstract boolean isValid()