org.eclipse.modisco.omg.smm
Interface SmmModel

All Superinterfaces:
SmmElement

public interface SmmModel
extends SmmElement

A representation of the model object 'Model'.

The following features are supported:

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

Method Summary
  getLibrairies()
          Returns the value of the 'Librairies' containment reference list.
  getObservations()
          Returns the value of the 'Observations' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getObservations

 getObservations()
Returns the value of the 'Observations' containment reference list. The list contents are of type Observation.

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

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

getLibrairies

 getLibrairies()
Returns the value of the 'Librairies' containment reference list. The list contents are of type MeasureLibrary.

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

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