Class TimeseriesValueSubset

    • Field Detail

      • m_Minimum

        protected double m_Minimum
        the minimum.
      • m_Maximum

        protected double m_Maximum
        the maximum.
    • Constructor Detail

      • TimeseriesValueSubset

        public TimeseriesValueSubset()
    • Method Detail

      • setMinimum

        public void setMinimum​(double value)
        Sets the minimum (included) that the values need to satisfy.
        Parameters:
        value - the minimum
      • getMinimum

        public double getMinimum()
        Returns the minimum (included) that the values need to satisfy.
        Returns:
        the minimum
      • minimumTipText

        public String minimumTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setMaximum

        public void setMaximum​(double value)
        Sets the maximum (included) that the values need to satisfy.
        Parameters:
        value - the maximum
      • getMaximum

        public double getMaximum()
        Returns the maximum (included) that the values need to satisfy.
        Returns:
        the maximum
      • maximumTipText

        public String maximumTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.