Interface NumericalOrdinalStatistics

    • Method Detail

      • getMinimum

        javax.measure.Measure getMinimum()
        Returns the value of the 'Minimum' attribute.

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

        Returns:
        the value of the 'Minimum' attribute.
        See Also:
        setMinimum(Measure), ExperimentDataPackage.getNumericalOrdinalStatistics_Minimum()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
      • setMinimum

        void setMinimum​(javax.measure.Measure value)
        Sets the value of the ' Minimum' attribute.
        Parameters:
        value - the new value of the 'Minimum' attribute.
        See Also:
        getMinimum()
        Generated class or method.
      • getMaximum

        javax.measure.Measure getMaximum()
        Returns the value of the 'Maximum' attribute.

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

        Returns:
        the value of the 'Maximum' attribute.
        See Also:
        setMaximum(Measure), ExperimentDataPackage.getNumericalOrdinalStatistics_Maximum()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
      • setMaximum

        void setMaximum​(javax.measure.Measure value)
        Sets the value of the ' Maximum' attribute.
        Parameters:
        value - the new value of the 'Maximum' attribute.
        See Also:
        getMaximum()
        Generated class or method.
      • getMedian

        javax.measure.Measure getMedian()
        Returns the value of the 'Median' attribute.

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

        Returns:
        the value of the 'Median' attribute.
        See Also:
        setMedian(Measure), ExperimentDataPackage.getNumericalOrdinalStatistics_Median()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" ordered="false"
      • setMedian

        void setMedian​(javax.measure.Measure value)
        Sets the value of the ' Median' attribute.
        Parameters:
        value - the new value of the 'Median' attribute.
        See Also:
        getMedian()
        Generated class or method.