Class AbstractControlChartWithSampleSize

    • Field Detail

      • m_SampleSize

        protected int m_SampleSize
        the sample size.
    • Constructor Detail

      • AbstractControlChartWithSampleSize

        public AbstractControlChartWithSampleSize()
    • Method Detail

      • getDefaultSampleSizeLowerLimit

        protected Number getDefaultSampleSizeLowerLimit()
        Returns the default lower limit for the sample size.
        Returns:
        the default lower limit
      • getDefaultSampleSizeUpperLimit

        protected Number getDefaultSampleSizeUpperLimit()
        Returns the default upper limit for the sample size.
        Returns:
        the default upper limit
      • getDefaultSampleSize

        protected abstract int getDefaultSampleSize()
        Returns the default sample size.
        Returns:
        the default size
      • getName

        public abstract String getName()
        Returns the chart name.
        Specified by:
        getName in interface ControlChart
        Returns:
        the chart name
      • sampleSizeTipText

        public String sampleSizeTipText()
        Returns the tip text for this property.
        Specified by:
        sampleSizeTipText in interface ControlChartWithSampleSize
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.