Interface MeasuredFactor

    • Method Detail

      • getMetricType

        org.palladiosimulator.metricspec.NumericalBaseMetricDescription getMetricType()
        Returns the value of the 'Metric Type' reference.

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

        Returns:
        the value of the 'Metric Type' reference.
        See Also:
        setMetricType(NumericalBaseMetricDescription), SpecificationPackage.getMeasuredFactor_MetricType()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setMetricType

        void setMetricType​(org.palladiosimulator.metricspec.NumericalBaseMetricDescription value)
        Sets the value of the 'Metric Type' reference.
        Parameters:
        value - the new value of the 'Metric Type' reference.
        See Also:
        getMetricType()
        Generated class or method.