Package iotmodel
Interface MessageBroker
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MessageBrokerImpl
public interface MessageBroker
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Message Broker'.
The following features are supported:
- See Also:
IotmodelPackage.getMessageBroker()
-
Method Summary
Modifier and Type Method Description IoTPlatformgetIotplatform()Returns the value of the 'Iotplatform' reference.org.eclipse.emf.common.util.EList<Topic>getTopic()Returns the value of the 'Topic' containment reference list.org.eclipse.emf.common.util.EList<PublishSubscribe>getUsedBy()Returns the value of the 'Used By' reference list.voidsetIotplatform(IoTPlatform value)Sets the value of the 'Iotplatform' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsedBy
org.eclipse.emf.common.util.EList<PublishSubscribe> getUsedBy()Returns the value of the 'Used By' reference list. The list contents are of typePublishSubscribe. It is bidirectional and its opposite is 'Publish Subscribe'.- Returns:
- the value of the 'Used By' reference list.
- See Also:
IotmodelPackage.getMessageBroker_UsedBy(),PublishSubscribe.getPublishSubscribe()
-
getTopic
org.eclipse.emf.common.util.EList<Topic> getTopic()Returns the value of the 'Topic' containment reference list. The list contents are of typeTopic.- Returns:
- the value of the 'Topic' containment reference list.
- See Also:
IotmodelPackage.getMessageBroker_Topic()
-
getIotplatform
IoTPlatform getIotplatform()Returns the value of the 'Iotplatform' reference. It is bidirectional and its opposite is 'Messagebroker'.- Returns:
- the value of the 'Iotplatform' reference.
- See Also:
setIotplatform(IoTPlatform),IotmodelPackage.getMessageBroker_Iotplatform(),IoTPlatform.getMessagebroker()
-
setIotplatform
Sets the value of the 'Iotplatform' reference.- Parameters:
value- the new value of the 'Iotplatform' reference.- See Also:
getIotplatform()
-