Interface Percentile

    • 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), QMLContractPackage.getPercentile_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.
      • PERCENTILE_between_0_and_100

        boolean PERCENTILE_between_0_and_100​(DiagnosticChain diagnostics,
                                             Map<Object,​Object> context)
        self.percentile.oclAsType(Real) > 0.0 and self.percentile.oclAsType(Real) < 100.0
        Parameters:
        diagnostics - The chain of diagnostics to which problems are to be appended.
        context - The cache of context-specific information.
        Generated class or method.
        EMF model class or method.
        annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.percentile.oclAsType(Real) > 0.0 and self.percentile.oclAsType(Real) < 100.0'"