Interface TextualOrdinalStatistics

    • Method Detail

      • 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.
      • 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.
      • 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.