Interface FixedSizeAggregation

    • Method Detail

      • getNumberOfMeasurements

        int getNumberOfMeasurements()
        Returns the value of the 'Number Of Measurements' attribute. The default value is "10". This positive int value determines the number of measurements that shall be aggregated. By default, this value is set to 10.
        Returns:
        the value of the 'Number Of Measurements' attribute.
        See Also:
        setNumberOfMeasurements(int), MonitorRepositoryPackage.getFixedSizeAggregation_NumberOfMeasurements()
        Generated class or method.
        EMF model class or method.
        default="10" required="true"
      • setNumberOfMeasurements

        void setNumberOfMeasurements​(int value)
        Sets the value of the ' Number Of Measurements' attribute.
        Parameters:
        value - the new value of the 'Number Of Measurements' attribute.
        See Also:
        getNumberOfMeasurements()
        Generated class or method.