| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.platform | |
| org.eclipse.gmt.modisco.omg.kdm.platform.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataManager
A representation of the model object 'Data Manager'.
|
interface |
DeployedComponent
A representation of the model object 'Deployed Component'.
|
interface |
DeployedResource
A representation of the model object 'Deployed Resource'.
|
interface |
DeployedSoftwareSystem
A representation of the model object 'Deployed Software System'.
|
interface |
ExecutionResource
A representation of the model object 'Execution Resource'.
|
interface |
ExternalActor
A representation of the model object 'External Actor'.
|
interface |
FileResource
A representation of the model object 'File Resource'.
|
interface |
LockResource
A representation of the model object 'Lock Resource'.
|
interface |
Machine
A representation of the model object 'Machine'.
|
interface |
MarshalledResource
A representation of the model object 'Marshalled Resource'.
|
interface |
MessagingResource
A representation of the model object 'Messaging Resource'.
|
interface |
NamingResource
A representation of the model object 'Naming Resource'.
|
interface |
PlatformAction
A representation of the model object 'Action'.
|
interface |
PlatformElement
A representation of the model object 'Element'.
|
interface |
PlatformEvent
A representation of the model object 'Event'.
|
interface |
Process
A representation of the model object 'Process'.
|
interface |
ResourceType
A representation of the model object 'Resource Type'.
|
interface |
RuntimeResource
A representation of the model object 'Runtime Resource'.
|
interface |
StreamResource
A representation of the model object 'Stream Resource'.
|
interface |
Thread
A representation of the model object 'Thread'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPlatformElement |
PlatformRelationship.getFrom()
Returns the value of the 'From' reference.
|
AbstractPlatformElement |
Requires.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformRelationship.setFrom(AbstractPlatformElement value)
Sets the value of the '
From' reference. |
void |
Requires.setTo(AbstractPlatformElement value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
PlatformSwitch.caseAbstractPlatformElement(AbstractPlatformElement object)
Returns the result of interpreting the object as an instance of 'Abstract Platform Element'.
|