Package org.omg.smm
Interface MeasureLibrary
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
MeasureLibraryImpl
public interface MeasureLibrary extends SmmElement
A representation of the model object 'Measure Library'.
The following features are supported:
- See Also:
SmmPackage.getMeasureLibrary()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<CategoryRelationship>getCategoryRelationships()Returns the value of the 'Category Relationships' containment reference list.org.eclipse.emf.common.util.EList<AbstractMeasureElement>getMeasureElements()Returns the value of the 'Measure Elements' 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
-
getMeasureElements
org.eclipse.emf.common.util.EList<AbstractMeasureElement> getMeasureElements()Returns the value of the 'Measure Elements' containment reference list. The list contents are of typeAbstractMeasureElement.- Returns:
- the value of the 'Measure Elements' containment reference list.
- See Also:
SmmPackage.getMeasureLibrary_MeasureElements()
-
getCategoryRelationships
org.eclipse.emf.common.util.EList<CategoryRelationship> getCategoryRelationships()Returns the value of the 'Category Relationships' containment reference list. The list contents are of typeCategoryRelationship.- Returns:
- the value of the 'Category Relationships' containment reference list.
- See Also:
SmmPackage.getMeasureLibrary_CategoryRelationships()
-