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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.kdm.KDMModel
getOwnedElement
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.kdm.KDMFramework
getAudit, getExtension, getName, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

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"