| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Method and Description |
|---|---|
MessageBroker |
IotmodelFactory.createMessageBroker()
Returns a new object of class 'Message Broker'.
|
MessageBroker |
IoTPlatform.getMessagebroker()
Returns the value of the 'Messagebroker' reference.
|
MessageBroker |
PublishSubscribe.getPublishSubscribe()
Returns the value of the 'Publish Subscribe' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoTPlatform.setMessagebroker(MessageBroker value)
Sets the value of the '
Messagebroker' reference. |
void |
PublishSubscribe.setPublishSubscribe(MessageBroker value)
Sets the value of the '
Publish Subscribe' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBrokerImpl
An implementation of the model object 'Message Broker'.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageBroker |
IoTPlatformImpl.messagebroker
The cached value of the '
Messagebroker' reference. |
protected MessageBroker |
PublishSubscribeImpl.publishSubscribe
The cached value of the '
Publish Subscribe' reference. |
| Modifier and Type | Method and Description |
|---|---|
MessageBroker |
IoTPlatformImpl.basicGetMessagebroker() |
MessageBroker |
PublishSubscribeImpl.basicGetPublishSubscribe() |
MessageBroker |
IotmodelFactoryImpl.createMessageBroker() |
MessageBroker |
IoTPlatformImpl.getMessagebroker() |
MessageBroker |
PublishSubscribeImpl.getPublishSubscribe() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
IoTPlatformImpl.basicSetMessagebroker(MessageBroker newMessagebroker,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PublishSubscribeImpl.basicSetPublishSubscribe(MessageBroker newPublishSubscribe,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
IoTPlatformImpl.setMessagebroker(MessageBroker newMessagebroker) |
void |
PublishSubscribeImpl.setPublishSubscribe(MessageBroker newPublishSubscribe) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.caseMessageBroker(MessageBroker object)
Returns the result of interpreting the object as an instance of 'Message Broker'.
|
boolean |
IotmodelValidator.validateMessageBroker(MessageBroker messageBroker,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.