public interface IoTPlatform
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getIoTPlatform()| Modifier and Type | Method and Description |
|---|---|
AppChannel |
getCommunicateThrough()
Returns the value of the 'Communicate Through' reference.
|
MessageBroker |
getMessagebroker()
Returns the value of the 'Messagebroker' reference.
|
Message |
getSentReceivedByPlatform()
Returns the value of the 'Sent Received By Platform' reference.
|
ProtocolStack |
getUseProtocol()
Returns the value of the 'Use Protocol' reference.
|
org.eclipse.emf.common.util.EList<UserApplication> |
getUserapplication()
Returns the value of the 'Userapplication' reference list.
|
WebServer |
getWebserver()
Returns the value of the 'Webserver' reference.
|
void |
setCommunicateThrough(AppChannel value)
Sets the value of the '
Communicate Through' reference. |
void |
setMessagebroker(MessageBroker value)
Sets the value of the '
Messagebroker' reference. |
void |
setSentReceivedByPlatform(Message value)
Sets the value of the '
Sent Received By Platform' reference. |
void |
setUseProtocol(ProtocolStack value)
Sets the value of the '
Use Protocol' reference. |
void |
setWebserver(WebServer value)
Sets the value of the '
Webserver' reference. |
ProtocolStack getUseProtocol()
setUseProtocol(ProtocolStack),
IotmodelPackage.getIoTPlatform_UseProtocol()void setUseProtocol(ProtocolStack value)
Use Protocol' reference.
value - the new value of the 'Use Protocol' reference.getUseProtocol()Message getSentReceivedByPlatform()
Send Receive Message'.
setSentReceivedByPlatform(Message),
IotmodelPackage.getIoTPlatform_SentReceivedByPlatform(),
Message.getSendReceiveMessage()void setSentReceivedByPlatform(Message value)
Sent Received By Platform' reference.
value - the new value of the 'Sent Received By Platform' reference.getSentReceivedByPlatform()AppChannel getCommunicateThrough()
setCommunicateThrough(AppChannel),
IotmodelPackage.getIoTPlatform_CommunicateThrough()void setCommunicateThrough(AppChannel value)
Communicate Through' reference.
value - the new value of the 'Communicate Through' reference.getCommunicateThrough()org.eclipse.emf.common.util.EList<UserApplication> getUserapplication()
UserApplication.
It is bidirectional and its opposite is 'Iotplatform'.
IotmodelPackage.getIoTPlatform_Userapplication(),
UserApplication.getIotplatform()MessageBroker getMessagebroker()
Iotplatform'.
setMessagebroker(MessageBroker),
IotmodelPackage.getIoTPlatform_Messagebroker(),
MessageBroker.getIotplatform()void setMessagebroker(MessageBroker value)
Messagebroker' reference.
value - the new value of the 'Messagebroker' reference.getMessagebroker()WebServer getWebserver()
Iotplatform'.
setWebserver(WebServer),
IotmodelPackage.getIoTPlatform_Webserver(),
WebServer.getIotplatform()void setWebserver(WebServer value)
Webserver' reference.
value - the new value of the 'Webserver' reference.getWebserver()Copyright © 2018–2020 Atlanmod. All rights reserved.