org.eclipse.modisco.omg.smm
Interface MeasureLibrary

All Superinterfaces:
SmmElement

public interface MeasureLibrary
extends SmmElement

A representation of the model object 'Measure Library'.

The following features are supported:

See Also:
SmmPackage.getMeasureLibrary()
Generated:
Model:

Method Summary
  getCategoryRelationships()
          Returns the value of the 'Category Relationships' containment reference list.
  getMeasureElements()
          Returns the value of the 'Measure Elements' containment reference list.
  getOclOperations()
           
  getOperations()
           
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getMeasureElements

 getMeasureElements()
Returns the value of the 'Measure Elements' containment reference list. The list contents are of type AbstractMeasureElement.

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

Returns:
the value of the 'Measure Elements' containment reference list.
See Also:
SmmPackage.getMeasureLibrary_MeasureElements()
Generated:
Model:
containment="true"

getCategoryRelationships

 getCategoryRelationships()
Returns the value of the 'Category Relationships' containment reference list. The list contents are of type CategoryRelationship.

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

Returns:
the value of the 'Category Relationships' containment reference list.
See Also:
SmmPackage.getMeasureLibrary_CategoryRelationships()
Generated:
Model:
containment="true"

getOperations

 getOperations()

Generated:
Model:
kind="operation"

getOclOperations

 getOclOperations()

Generated:
Model:
kind="operation"