Interface RatioMetric

All Superinterfaces:
EObject, MetricDefinition, Notifier
All Known Implementing Classes:
RatioMetricImpl

public interface RatioMetric extends MetricDefinition
A representation of the model object 'Ratio Metric'.

The following features are supported:

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

    • getNominatorMetric

      Metric getNominatorMetric()
      Returns the value of the 'Nominator Metric' reference.

      If the meaning of the 'Nominator Metric' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Nominator Metric' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setNominatorMetric

      void setNominatorMetric(Metric value)
      Sets the value of the 'Nominator Metric' reference.
      Parameters:
      value - the new value of the 'Nominator Metric' reference.
      See Also:
      Generated class or method.
    • getDenominatorMetric

      Metric getDenominatorMetric()
      Returns the value of the 'Denominator Metric' reference.

      If the meaning of the 'Denominator Metric' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Denominator Metric' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDenominatorMetric

      void setDenominatorMetric(Metric value)
      Sets the value of the ' Denominator Metric' reference.
      Parameters:
      value - the new value of the 'Denominator Metric' reference.
      See Also:
      Generated class or method.