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

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

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

Subinterfaces of AbstractInventoryElement 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 Directory
          A representation of the model object 'Directory'.
 interface ExecutableFile
          A representation of the model object 'Executable File'.
 interface Image
          A representation of the model object 'Image'.
 interface InventoryContainer
          A representation of the model object 'Inventory Container'.
 interface InventoryElement
          A representation of the model object 'Inventory Element'.
 interface InventoryItem
          A representation of the model object 'Inventory Item'.
 interface Project
          A representation of the model object 'Project'.
 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 AbstractInventoryElement
 AbstractInventoryElement DependsOn.getFrom()
          Returns the value of the 'From' reference.
 AbstractInventoryElement InventoryRelationship.getFrom()
          Returns the value of the 'From' reference.
 AbstractInventoryElement DependsOn.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source with parameters of type AbstractInventoryElement
 void DependsOn.setFrom(AbstractInventoryElement value)
          Sets the value of the 'From' reference.
 void InventoryRelationship.setFrom(AbstractInventoryElement value)
          Sets the value of the 'From' reference.
 void DependsOn.setTo(AbstractInventoryElement value)
          Sets the value of the 'To' reference.
 

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

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