org.eclipse.gmt.modisco.omg.kdm.kdm
Interface KDMModel
- All Superinterfaces:
- Element, KDMFramework, ModelElement
- All Known Subinterfaces:
- BuildModel, CodeModel, ConceptualModel, DataModel, EventModel, InventoryModel, PlatformModel, StructureModel, UIModel
public interface KDMModel
- extends KDMFramework
A representation of the model object 'KDM Model'.
A KDM model corresponds to one of the well-known architecture views of software systems. KDM defines several
concrete subclasses of the KDMModel class.
The following features are supported:
- See Also:
KdmPackage.getKDMModel()
- Generated:
- Model:
- abstract="true"
Method Summary |
|
getOwnedElement()
Returns the value of the 'Owned Element' reference list. |
getOwnedElement
getOwnedElement()
- Returns the value of the 'Owned Element' reference list.
The list contents are of type
KDMEntity
.
It is bidirectional and its opposite is 'Model
'.
Instances of KDM entities owned by the model. Each KDM
model defines specific subclasses of KDMEntity class.
- Returns:
- the value of the 'Owned Element' reference list.
- See Also:
KdmPackage.getKDMModel_OwnedElement()
,
KDMEntity.getModel()
- Generated:
- Model:
- opposite="model" changeable="false" derived="true"