| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.platform | |
| org.eclipse.gmt.modisco.omg.kdm.platform.util |
| Modifier and Type | Method and Description |
|---|---|
DeployedComponent |
PlatformFactory.createDeployedComponent()
Returns a new object of class 'Deployed Component'.
|
DeployedComponent |
Requires.getFrom()
Returns the value of the 'From' reference.
|
DeployedComponent |
Loads.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Requires.setFrom(DeployedComponent value)
Sets the value of the '
From' reference. |
void |
Loads.setTo(DeployedComponent value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
PlatformSwitch.caseDeployedComponent(DeployedComponent object)
Returns the result of interpreting the object as an instance of 'Deployed Component'.
|