| 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 |
ExecutionResource
A representation of the model object 'Execution Resource'.
|
interface |
FileResource
A representation of the model object 'File Resource'.
|
interface |
LockResource
A representation of the model object 'Lock Resource'.
|
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 |
PlatformEvent
A representation of the model object 'Event'.
|
interface |
Process
A representation of the model object 'Process'.
|
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 |
|---|---|
ResourceType |
PlatformFactory.createResourceType()
Returns a new object of class 'Resource Type'.
|
ResourceType |
BindsTo.getFrom()
Returns the value of the 'From' reference.
|
ResourceType |
BindsTo.getTo()
Returns the value of the 'To' reference.
|
ResourceType |
ManagesResource.getTo()
Returns the value of the 'To' reference.
|
ResourceType |
ReadsResource.getTo()
Returns the value of the 'To' reference.
|
ResourceType |
WritesResource.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindsTo.setFrom(ResourceType value)
Sets the value of the '
From' reference. |
void |
BindsTo.setTo(ResourceType value)
Sets the value of the '
To' reference. |
void |
ManagesResource.setTo(ResourceType value)
Sets the value of the '
To' reference. |
void |
ReadsResource.setTo(ResourceType value)
Sets the value of the '
To' reference. |
void |
WritesResource.setTo(ResourceType value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
PlatformSwitch.caseResourceType(ResourceType object)
Returns the result of interpreting the object as an instance of 'Resource Type'.
|