| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.source | |
| org.eclipse.gmt.modisco.omg.kdm.source.util |
| Modifier and Type | Interface and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
SourceSwitch.caseAbstractInventoryElement(AbstractInventoryElement object)
Returns the result of interpreting the object as an instance of 'Abstract Inventory Element'.
|