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 Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<MeasureLibrary>getLibraries()Returns the value of the 'Libraries' containment reference list.org.eclipse.emf.common.util.EList<Observation>getObservations()Returns the value of the 'Observations' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
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 typeMeasureLibrary.- 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 typeObservation.- Returns:
- the value of the 'Observations' containment reference list.
- See Also:
SmmPackage.getSmmModel_Observations()
-