org.eclipse.gmt.modisco.omg.kdm.source
Interface InventoryModel
- All Superinterfaces:
- Element, KDMFramework, KDMModel, ModelElement
public interface InventoryModel
- extends KDMModel
A representation of the model object 'Inventory Model'.
The InventoryModel is a specific KDM model which corresponds to the physical (engineering) view of the existing
software system. InventoryModel is a container for the instances of InventoryItems. InventoryModel corresponds to the
inventory of the physical artifacts of the existing software system.
The following features are supported:
- See Also:
SourcePackage.getInventoryModel()
- Generated:
- Model:
Method Summary |
|
getInventoryElement()
Returns the value of the 'Inventory Element' containment reference list. |
getInventoryElement
getInventoryElement()
- Returns the value of the 'Inventory Element' containment reference list.
The list contents are of type
AbstractInventoryElement
.
The set of inventory elements owned by the inventory model.
- Returns:
- the value of the 'Inventory Element' containment reference list.
- See Also:
SourcePackage.getInventoryModel_InventoryElement()
- Generated:
- Model:
- containment="true" ordered="false"