org.eclipse.gmt.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
  getModelElement()
          Returns the value of the 'Model Element' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getModelElement

 getModelElement()
Returns the value of the 'Model Element' containment reference list. The list contents are of type SmmElement. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Model Element' containment reference list.
See Also:
SmmPackage.getSmmModel_ModelElement(), SmmElement.getModel()
Generated:
Model:
opposite="model" containment="true"