Interface TextualOrdinalStatistics

    • Method Detail

      • getMinimum

        org.palladiosimulator.metricspec.Identifier getMinimum()
        Returns the value of the 'Minimum' reference.

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

        Returns:
        the value of the 'Minimum' reference.
        See Also:
        setMinimum(Identifier), ExperimentDataPackage.getTextualOrdinalStatistics_Minimum()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMinimum

        void setMinimum​(org.palladiosimulator.metricspec.Identifier value)
        Sets the value of the ' Minimum' reference.
        Parameters:
        value - the new value of the 'Minimum' reference.
        See Also:
        getMinimum()
        Generated class or method.
      • getMaximum

        org.palladiosimulator.metricspec.Identifier getMaximum()
        Returns the value of the 'Maximum' reference.

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

        Returns:
        the value of the 'Maximum' reference.
        See Also:
        setMaximum(Identifier), ExperimentDataPackage.getTextualOrdinalStatistics_Maximum()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMaximum

        void setMaximum​(org.palladiosimulator.metricspec.Identifier value)
        Sets the value of the ' Maximum' reference.
        Parameters:
        value - the new value of the 'Maximum' reference.
        See Also:
        getMaximum()
        Generated class or method.
      • getMedian

        org.palladiosimulator.metricspec.Identifier getMedian()
        Returns the value of the 'Median' reference.

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

        Returns:
        the value of the 'Median' reference.
        See Also:
        setMedian(Identifier), ExperimentDataPackage.getTextualOrdinalStatistics_Median()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMedian

        void setMedian​(org.palladiosimulator.metricspec.Identifier value)
        Sets the value of the ' Median' reference.
        Parameters:
        value - the new value of the 'Median' reference.
        See Also:
        getMedian()
        Generated class or method.