Interface VariableSizeAggregation

    • Method Detail

      • getRetrospectionLength

        double getRetrospectionLength()
        Returns the value of the 'Retrospection Length' attribute. The default value is "10.0". This value (interpreted as seconds) determines the length of the retrospection interval. That is, it specifies which preceding measurements shall be included in the aggregation.
        Returns:
        the value of the 'Retrospection Length' attribute.
        See Also:
        setRetrospectionLength(double), MonitorRepositoryPackage.getVariableSizeAggregation_RetrospectionLength()
        Generated class or method.
        EMF model class or method.
        default="10.0" required="true"
      • setRetrospectionLength

        void setRetrospectionLength​(double value)
        Sets the value of the ' Retrospection Length' attribute.
        Parameters:
        value - the new value of the 'Retrospection Length' attribute.
        See Also:
        getRetrospectionLength()
        Generated class or method.
      • getRetrospectionLengthAsMeasure

        javax.measure.Measure<Double,​javax.measure.quantity.Duration> getRetrospectionLengthAsMeasure()
        Convenience method to retrieve the property 'retrospectionLength' (interpreted as given in seconds) in terms of a Measure.
        Generated class or method.
        EMF model class or method.
        kind="operation" dataType= "org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" annotation= "http://www.eclipse.org/emf/2002/GenModel body=' return Measure .valueOf(getRetrospectionLength(), javax.measure.unit.SI.SECOND);'"