| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.build | |
| org.eclipse.gmt.modisco.omg.kdm.build.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildComponent
A representation of the model object 'Component'.
|
interface |
BuildDescription
A representation of the model object 'Description'.
|
interface |
BuildElement
A representation of the model object 'Element'.
|
interface |
BuildProduct
A representation of the model object 'Product'.
|
interface |
BuildResource
A representation of the model object 'Resource'.
|
interface |
BuildStep
A representation of the model object 'Step'.
|
interface |
Library
A representation of the model object 'Library'.
|
interface |
Supplier
A representation of the model object 'Supplier'.
|
interface |
SymbolicLink
A representation of the model object 'Symbolic Link'.
|
interface |
Tool
A representation of the model object 'Tool'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractBuildElement |
BuildRelationship.getFrom()
Returns the value of the 'From' reference.
|
AbstractBuildElement |
SuppliedBy.getFrom()
Returns the value of the 'From' reference.
|
AbstractBuildElement |
Consumes.getTo()
Returns the value of the 'To' reference.
|
AbstractBuildElement |
LinksTo.getTo()
Returns the value of the 'To' reference.
|
AbstractBuildElement |
Produces.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildRelationship.setFrom(AbstractBuildElement value)
Sets the value of the '
From' reference. |
void |
SuppliedBy.setFrom(AbstractBuildElement value)
Sets the value of the '
From' reference. |
void |
Consumes.setTo(AbstractBuildElement value)
Sets the value of the '
To' reference. |
void |
LinksTo.setTo(AbstractBuildElement value)
Sets the value of the '
To' reference. |
void |
Produces.setTo(AbstractBuildElement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
BuildSwitch.caseAbstractBuildElement(AbstractBuildElement object)
Returns the result of interpreting the object as an instance of 'Abstract Build Element'.
|