Interface InternalMetric

All Superinterfaces:
EObject, Metric, Notifier
All Known Implementing Classes:
InternalMetricImpl

public interface InternalMetric extends Metric
A representation of the model object 'Internal Metric'.

The following features are supported:

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

    • getShortName

      String getShortName()
      Returns the value of the 'Short Name' attribute.

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

      Returns:
      the value of the 'Short Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setShortName

      void setShortName(String value)
      Sets the value of the 'Short Name' attribute.
      Parameters:
      value - the new value of the 'Short Name' attribute.
      See Also:
      Generated class or method.
    • getDescription

      String getDescription()
      Returns the value of the 'Description' attribute.

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

      Returns:
      the value of the 'Description' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDescription

      void setDescription(String value)
      Sets the value of the 'Description' attribute.
      Parameters:
      value - the new value of the 'Description' attribute.
      See Also:
      Generated class or method.
    • getParameter

      EList<Number> getParameter()
      Returns the value of the 'Parameter' containment reference list. The list contents are of type Number.

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

      Returns:
      the value of the 'Parameter' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getDefinition

      MetricDefinition getDefinition()
      Returns the value of the 'Definition' containment reference.

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

      Returns:
      the value of the 'Definition' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setDefinition

      void setDefinition(MetricDefinition value)
      Sets the value of the 'Definition' containment reference.
      Parameters:
      value - the new value of the 'Definition' containment reference.
      See Also:
      Generated class or method.