| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageFormat
A representation of the model object 'Message Format'.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Data.getIsEncapsulated()
Returns the value of the 'Is Encapsulated' reference.
|
Message |
IoTPlatform.getSentReceivedByPlatform()
Returns the value of the 'Sent Received By Platform' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Message> |
Thing.getMessage()
Returns the value of the 'Message' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Data.setIsEncapsulated(Message value)
Sets the value of the '
Is Encapsulated' reference. |
void |
IoTPlatform.setSentReceivedByPlatform(Message value)
Sets the value of the '
Sent Received By Platform' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFormatImpl
An implementation of the model object 'Message Format'.
|
class |
MessageImpl
An implementation of the model object 'Message'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Message |
DataImpl.isEncapsulated
The cached value of the '
Is Encapsulated' reference. |
protected Message |
IoTPlatformImpl.sentReceivedByPlatform
The cached value of the '
Sent Received By Platform' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Message> |
ThingImpl.message
The cached value of the '
Message' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Message |
DataImpl.basicGetIsEncapsulated() |
Message |
IoTPlatformImpl.basicGetSentReceivedByPlatform() |
Message |
DataImpl.getIsEncapsulated() |
Message |
IoTPlatformImpl.getSentReceivedByPlatform() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Message> |
ThingImpl.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DataImpl.basicSetIsEncapsulated(Message newIsEncapsulated,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IoTPlatformImpl.basicSetSentReceivedByPlatform(Message newSentReceivedByPlatform,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DataImpl.setIsEncapsulated(Message newIsEncapsulated) |
void |
IoTPlatformImpl.setSentReceivedByPlatform(Message newSentReceivedByPlatform) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.caseMessage(Message object)
Returns the result of interpreting the object as an instance of 'Message'.
|
boolean |
IotmodelValidator.validateMessage(Message message,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.