Interface NumericalPercentile

    • Method Detail

      • getPercentile

        double getPercentile()
        Returns the value of the 'Percentile' attribute.

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

        Returns:
        the value of the 'Percentile' attribute.
        See Also:
        setPercentile(double), ExperimentDataPackage.getNumericalPercentile_Percentile()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setPercentile

        void setPercentile​(double value)
        Sets the value of the ' Percentile' attribute.
        Parameters:
        value - the new value of the 'Percentile' attribute.
        See Also:
        getPercentile()
        Generated class or method.
      • getValue

        javax.measure.Measure getValue()
        Returns the value of the 'Value' attribute.

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

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

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