Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem

Packages that use InventoryItem
org.eclipse.gmt.modisco.omg.kdm.source   
org.eclipse.gmt.modisco.omg.kdm.source.util   
 

Uses of InventoryItem in org.eclipse.gmt.modisco.omg.kdm.source
 

Subinterfaces of InventoryItem in org.eclipse.gmt.modisco.omg.kdm.source
 interface BinaryFile
          A representation of the model object 'Binary File'.
 interface Configuration
          A representation of the model object 'Configuration'.
 interface ExecutableFile
          A representation of the model object 'Executable File'.
 interface Image
          A representation of the model object 'Image'.
 interface ResourceDescription
          A representation of the model object 'Resource Description'.
 interface SourceFile
          A representation of the model object 'File'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source that return InventoryItem
 InventoryItem SourceFactory.createInventoryItem()
          Returns a new object of class 'Inventory Item'.
 

Uses of InventoryItem in org.eclipse.gmt.modisco.omg.kdm.source.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source.util with parameters of type InventoryItem
 T SourceSwitch.caseInventoryItem(InventoryItem object)
          Returns the result of interpreting the object as an instance of 'Inventory Item'.