Class ControlChartContainer

    • Constructor Detail

      • ControlChartContainer

        public ControlChartContainer()
        Initializes the container with dummy values.

        Only used for generating help information.
      • ControlChartContainer

        public ControlChartContainer​(ControlChart algorithm,
                                     String chart,
                                     Object data,
                                     Object prepared,
                                     Limits[] limits)
        Initializes the container.
        Parameters:
        algorithm - the algorithm used for generating the data
        chart - the name of the chart, can be null
        data - the original data
        prepared - the prepared/processed data
        limits - the limits
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available