Interface Frequency

    • Method Detail

      • getUpperLimit

        RangeValue getUpperLimit()
        Returns the value of the 'Upper Limit' containment reference.

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

        Returns:
        the value of the 'Upper Limit' containment reference.
        See Also:
        setUpperLimit(RangeValue), QMLContractPackage.getFrequency_UpperLimit()
        Generated class or method.
        EMF model class or method.
        containment="true" ordered="false"
      • setUpperLimit

        void setUpperLimit​(RangeValue value)
        Sets the value of the 'Upper Limit' containment reference.
        Parameters:
        value - the new value of the 'Upper Limit' containment reference.
        See Also:
        getUpperLimit()
        Generated class or method.
      • getLowerLimit

        RangeValue getLowerLimit()
        Returns the value of the 'Lower Limit' containment reference.

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

        Returns:
        the value of the 'Lower Limit' containment reference.
        See Also:
        setLowerLimit(RangeValue), QMLContractPackage.getFrequency_LowerLimit()
        Generated class or method.
        EMF model class or method.
        containment="true" ordered="false"
      • setLowerLimit

        void setLowerLimit​(RangeValue value)
        Sets the value of the 'Lower Limit' containment reference.
        Parameters:
        value - the new value of the 'Lower Limit' containment reference.
        See Also:
        getLowerLimit()
        Generated class or method.
      • range_of_FREQUENCY_must_have_UPPERLIMIT_or_LOWERLIMIT

        boolean range_of_FREQUENCY_must_have_UPPERLIMIT_or_LOWERLIMIT​(DiagnosticChain diagnostics,
                                                                      Map<Object,​Object> context)
        (self.lowerLimit <> null) or (self.upperLimit <> null)
        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.lowerLimit <> null) or (self.upperLimit <> null)'"