Interface MetricModel

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
MetricModelImpl

public interface MetricModel extends EObject
A representation of the model object 'Metric Model'.

The following features are supported:

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

    • getImportURI

      EList<String> getImportURI()
      Returns the value of the 'Import URI' attribute list. The list contents are of type String.

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

      Returns:
      the value of the 'Import URI' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false"
    • getMetrics

      EList<Metric> getMetrics()
      Returns the value of the 'Metrics' containment reference list. The list contents are of type Metric.

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

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