Interface RuntimeMeasurement

    • Method Detail

      • getMeasuringPoint

        org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
        Returns the value of the 'Measuring Point' reference.

        If the meaning of the 'Measuring Point' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Measuring Point' reference.
        See Also:
        setMeasuringPoint(MeasuringPoint), RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringPoint()
        Generated class or method.
        EMF model class or method.
      • setMeasuringPoint

        void setMeasuringPoint​(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
        Sets the value of the ' Measuring Point' reference.
        Parameters:
        value - the new value of the 'Measuring Point' reference.
        See Also:
        getMeasuringPoint()
        Generated class or method.
      • setMeasurementSpecification

        void setMeasurementSpecification​(org.palladiosimulator.monitorrepository.MeasurementSpecification value)
        Sets the value of the ' Measurement Specification' reference.
        Parameters:
        value - the new value of the 'Measurement Specification' reference.
        See Also:
        getMeasurementSpecification()
        Generated class or method.
      • getMeasuringValue

        double getMeasuringValue()
        Returns the value of the 'Measuring Value' attribute. The default value is "0.0".

        If the meaning of the 'Measuring Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Measuring Value' attribute.
        See Also:
        setMeasuringValue(double), RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringValue()
        Generated class or method.
        EMF model class or method.
        default="0.0"
      • setMeasuringValue

        void setMeasuringValue​(double value)
        Sets the value of the ' Measuring Value' attribute.
        Parameters:
        value - the new value of the 'Measuring Value' attribute.
        See Also:
        getMeasuringValue()
        Generated class or method.