Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.source.AbstractInventoryElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.source | |
| org.eclipse.gmt.modisco.omg.kdm.source.impl | |
| 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 Modifier and Type Interface Description interfaceBinaryFileA representation of the model object 'Binary File'.interfaceConfigurationA representation of the model object 'Configuration'.interfaceDirectoryA representation of the model object 'Directory'.interfaceExecutableFileA representation of the model object 'Executable File'.interfaceImageA representation of the model object 'Image'.interfaceInventoryContainerA representation of the model object 'Inventory Container'.interfaceInventoryElementA representation of the model object 'Inventory Element'.interfaceInventoryItemA representation of the model object 'Inventory Item'.interfaceProjectA representation of the model object 'Project'.interfaceResourceDescriptionA representation of the model object 'Resource Description'.interfaceSourceFileA representation of the model object 'File'.Methods in org.eclipse.gmt.modisco.omg.kdm.source that return AbstractInventoryElement Modifier and Type Method Description AbstractInventoryElementDependsOn. getFrom()Returns the value of the 'From' reference.AbstractInventoryElementInventoryRelationship. getFrom()Returns the value of the 'From' reference.AbstractInventoryElementDependsOn. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.source that return types with arguments of type AbstractInventoryElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryContainer. getInventoryElement()Returns the value of the 'Inventory Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryModel. getInventoryElement()Returns the value of the 'Inventory Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.source with parameters of type AbstractInventoryElement Modifier and Type Method Description voidDependsOn. setFrom(AbstractInventoryElement value)Sets the value of the 'From' reference.voidInventoryRelationship. setFrom(AbstractInventoryElement value)Sets the value of the 'From' reference.voidDependsOn. setTo(AbstractInventoryElement value)Sets the value of the 'To' reference. -
Uses of AbstractInventoryElement in org.eclipse.gmt.modisco.omg.kdm.source.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.source.impl that implement AbstractInventoryElement Modifier and Type Class Description classBinaryFileImplAn implementation of the model object 'Binary File'.classConfigurationImplAn implementation of the model object 'Configuration'.classDirectoryImplAn implementation of the model object 'Directory'.classExecutableFileImplAn implementation of the model object 'Executable File'.classImageImplAn implementation of the model object 'Image'.classInventoryContainerImplAn implementation of the model object 'Inventory Container'.classInventoryElementImplAn implementation of the model object 'Inventory Element'.classInventoryItemImplAn implementation of the model object 'Inventory Item'.classProjectImplAn implementation of the model object 'Project'.classResourceDescriptionImplAn implementation of the model object 'Resource Description'.classSourceFileImplAn implementation of the model object 'File'.Fields in org.eclipse.gmt.modisco.omg.kdm.source.impl declared as AbstractInventoryElement Modifier and Type Field Description protected AbstractInventoryElementDependsOnImpl. fromThe cached value of the 'From' reference.protected AbstractInventoryElementInventoryRelationshipImpl. fromThe cached value of the 'From' reference.protected AbstractInventoryElementDependsOnImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.source.impl with type parameters of type AbstractInventoryElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryContainerImpl. inventoryElementThe cached value of the 'Inventory Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryModelImpl. inventoryElementThe cached value of the 'Inventory Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl that return AbstractInventoryElement Modifier and Type Method Description AbstractInventoryElementDependsOnImpl. basicGetFrom()AbstractInventoryElementInventoryRelationshipImpl. basicGetFrom()AbstractInventoryElementDependsOnImpl. basicGetTo()AbstractInventoryElementDependsOnImpl. getFrom()AbstractInventoryElementInventoryRelationshipImpl. getFrom()AbstractInventoryElementDependsOnImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl that return types with arguments of type AbstractInventoryElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryContainerImpl. getInventoryElement()org.eclipse.emf.common.util.EList<AbstractInventoryElement>InventoryModelImpl. getInventoryElement()Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl with parameters of type AbstractInventoryElement Modifier and Type Method Description voidDependsOnImpl. setFrom(AbstractInventoryElement newFrom)voidInventoryRelationshipImpl. setFrom(AbstractInventoryElement newFrom)voidDependsOnImpl. setTo(AbstractInventoryElement newTo) -
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 Modifier and Type Method Description TSourceSwitch. caseAbstractInventoryElement(AbstractInventoryElement object)Returns the result of interpreting the object as an instance of 'Abstract Inventory Element'.