All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, EvaluationAspect, de.uka.ipd.sdq.identifier.Identifier, Notifier, StochasticEvaluationAspect
All Known Implementing Classes:
FrequencyImpl

public interface Frequency extends StochasticEvaluationAspect
A representation of the model object 'Frequency'. Defines the frequency of every element in the range.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      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:
      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)'"