Class HLDlimParameterContainer

java.lang.Object
tools.descartes.dlim.extractor.HLDlimParameterContainer

public class HLDlimParameterContainer extends Object
Contains the results of the extraction process, to be used for the new Dlim Model Wizard.
  • Constructor Details

    • HLDlimParameterContainer

      public HLDlimParameterContainer()
  • Method Details

    • getFirstPeak

      public double getFirstPeak()
      Gets the first peak.
      Returns:
      the first peak
    • setFirstPeak

      public void setFirstPeak(double firstPeak)
      Sets the first peak.
      Parameters:
      firstPeak - the new first peak
    • getLastPeak

      public double getLastPeak()
      Gets the last peak.
      Returns:
      the last peak
    • setLastPeak

      public void setLastPeak(double lastPeak)
      Sets the last peak.
      Parameters:
      lastPeak - the new last peak
    • getPeakIntervalWidth

      public double getPeakIntervalWidth()
      Gets the peak interval width.
      Returns:
      the peak interval width
    • setPeakIntervalWidth

      public void setPeakIntervalWidth(double peakIntervalWidth)
      Sets the peak interval width.
      Parameters:
      peakIntervalWidth - the new peak interval width
    • getSeasonalPeriod

      public double getSeasonalPeriod()
      Gets the seasonal period.
      Returns:
      the seasonal period
    • setSeasonalPeriod

      public void setSeasonalPeriod(double seasonalPeriod)
      Sets the seasonal period.
      Parameters:
      seasonalPeriod - the new seasonal period
    • getPeakNum

      public int getPeakNum()
      Gets the peak num.
      Returns:
      the peak num
    • setPeakNum

      public void setPeakNum(int peakNum)
      Sets the peak num.
      Parameters:
      peakNum - the new peak num
    • getBase

      public double getBase()
      Gets the base.
      Returns:
      the base
    • setBase

      public void setBase(double base)
      Sets the base.
      Parameters:
      base - the new base
    • getInnerBase

      public double getInnerBase()
      Gets the inner base.
      Returns:
      the inner base
    • setInnerBase

      public void setInnerBase(double innerBase)
      Sets the inner base.
      Parameters:
      innerBase - the new inner base
    • getSeasonalShape

      public String getSeasonalShape()
      Gets the seasonal shape.
      Returns:
      the seasonal shape
    • setSeasonalShape

      public void setSeasonalShape(String seasonalShape)
      Sets the seasonal shape.
      Parameters:
      seasonalShape - the new seasonal shape
    • getSeasonalsPerTrend

      public double getSeasonalsPerTrend()
      Gets the seasonals per trend.
      Returns:
      the seasonals per trend
    • setSeasonalsPerTrend

      public void setSeasonalsPerTrend(double seasonalsPerTrend)
      Sets the seasonals per trend.
      Parameters:
      seasonalsPerTrend - the new seasonals per trend
    • getTrendOffset

      public double getTrendOffset()
      Gets the trend offset.
      Returns:
      the trend offset
    • setTrendOffset

      public void setTrendOffset(double trendOffset)
      Sets the trend offset.
      Parameters:
      trendOffset - the new trend offset
    • getTrendPoints

      public double[] getTrendPoints()
      Gets the trend points.
      Returns:
      the trend points
    • setTrendPoints

      public void setTrendPoints(double[] trendPoints)
      Sets the trend points.
      Parameters:
      trendPoints - the new trend points
    • getTrendShape

      public String getTrendShape()
      Gets the trend shape.
      Returns:
      the trend shape
    • setTrendShape

      public void setTrendShape(String trendShape)
      Sets the trend shape.
      Parameters:
      trendShape - the new trend shape
    • getOperatorLiteral

      public String getOperatorLiteral()
      Gets the operator literal.
      Returns:
      the operator literal
    • setOperatorLiteral

      public void setOperatorLiteral(String operatorLiteral)
      Sets the operator literal.
      Parameters:
      operatorLiteral - the new operator literal
    • getBurstPeak

      public double getBurstPeak()
      Gets the burst peak.
      Returns:
      the burst peak
    • setBurstPeak

      public void setBurstPeak(double burstPeak)
      Sets the burst peak.
      Parameters:
      burstPeak - the new burst peak
    • getBurstWidth

      public double getBurstWidth()
      Gets the burst width.
      Returns:
      the burst width
    • setBurstWidth

      public void setBurstWidth(double burstWidth)
      Sets the burst width.
      Parameters:
      burstWidth - the new burst width
    • getBurstPeriod

      public double getBurstPeriod()
      Gets the burst period.
      Returns:
      the burst period
    • setBurstPeriod

      public void setBurstPeriod(double burstPeriod)
      Sets the burst period.
      Parameters:
      burstPeriod - the new burst period
    • getBurstOffset

      public double getBurstOffset()
      Gets the burst offset.
      Returns:
      the burst offset
    • setBurstOffset

      public void setBurstOffset(double burstOffset)
      Sets the burst offset.
      Parameters:
      burstOffset - the new burst offset
    • getNoiseMin

      public double getNoiseMin()
      Gets the noise min.
      Returns:
      the noise min
    • setNoiseMin

      public void setNoiseMin(double noiseMin)
      Sets the noise min.
      Parameters:
      noiseMin - the new noise min
    • getNoiseMax

      public double getNoiseMax()
      Gets the noise max.
      Returns:
      the noise max
    • setNoiseMax

      public void setNoiseMax(double noiseMax)
      Sets the noise max.
      Parameters:
      noiseMax - the new noise max