Package org.omg.smm

Interface SmmModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SmmElement
All Known Implementing Classes:
SmmModelImpl

public interface SmmModel
extends SmmElement
A representation of the model object 'Model'.

The following features are supported:

See Also:
SmmPackage.getSmmModel()
  • Method Details

    • getLibraries

      org.eclipse.emf.common.util.EList<MeasureLibrary> getLibraries()
      Returns the value of the 'Libraries' containment reference list. The list contents are of type MeasureLibrary.
      Returns:
      the value of the 'Libraries' containment reference list.
      See Also:
      SmmPackage.getSmmModel_Libraries()
    • getObservations

      org.eclipse.emf.common.util.EList<Observation> getObservations()
      Returns the value of the 'Observations' containment reference list. The list contents are of type Observation.
      Returns:
      the value of the 'Observations' containment reference list.
      See Also:
      SmmPackage.getSmmModel_Observations()