Interface MeasurementDrivenAggregation

    • Method Detail

      • getFrequency

        int getFrequency()
        Returns the value of the 'Frequency' attribute. The default value is "1". This positive int value indicates the frequency of aggregation. That is, a value of 'n' indicates that the aggreation shall be done each n-th measurement. By default, this value is set to 1.
        Returns:
        the value of the 'Frequency' attribute.
        See Also:
        setFrequency(int), MonitorRepositoryPackage.getMeasurementDrivenAggregation_Frequency()
        Generated class or method.
        EMF model class or method.
        default="1" required="true"
      • setFrequency

        void setFrequency​(int value)
        Sets the value of the ' Frequency' attribute.
        Parameters:
        value - the new value of the 'Frequency' attribute.
        See Also:
        getFrequency()
        Generated class or method.