| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.build | |
| org.eclipse.gmt.modisco.omg.kdm.build.util |
| Modifier and Type | Method and Description |
|---|---|
BuildStep |
BuildFactory.createBuildStep()
Returns a new object of class 'Step'.
|
BuildStep |
Consumes.getFrom()
Returns the value of the 'From' reference.
|
BuildStep |
DescribedBy.getFrom()
Returns the value of the 'From' reference.
|
BuildStep |
Produces.getFrom()
Returns the value of the 'From' reference.
|
BuildStep |
SupportedBy.getFrom()
Returns the value of the 'From' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Consumes.setFrom(BuildStep value)
Sets the value of the '
From' reference. |
void |
DescribedBy.setFrom(BuildStep value)
Sets the value of the '
From' reference. |
void |
Produces.setFrom(BuildStep value)
Sets the value of the '
From' reference. |
void |
SupportedBy.setFrom(BuildStep value)
Sets the value of the '
From' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
BuildSwitch.caseBuildStep(BuildStep object)
Returns the result of interpreting the object as an instance of 'Step'.
|