Package iotmodel
Interface IoTMetamodel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IoTMetamodelImpl
public interface IoTMetamodel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Io TMetamodel'.
The following features are supported:
- See Also:
IotmodelPackage.getIoTMetamodel()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccessControlPolicy>getAccesscontrolpolicy()Returns the value of the 'Accesscontrolpolicy' containment reference list.org.eclipse.emf.common.util.EList<AppChannel>getChannel()Returns the value of the 'Channel' containment reference list.org.eclipse.emf.common.util.EList<IoTOs>getIotos()Returns the value of the 'Iotos' containment reference list.org.eclipse.emf.common.util.EList<IoTPlatform>getIotplatform()Returns the value of the 'Iotplatform' containment reference list.org.eclipse.emf.common.util.EList<Network>getNetwork()Returns the value of the 'Network' containment reference list.org.eclipse.emf.common.util.EList<ProtocolStack>getProtocolstack()Returns the value of the 'Protocolstack' containment reference list.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
-
getIotplatform
org.eclipse.emf.common.util.EList<IoTPlatform> getIotplatform()Returns the value of the 'Iotplatform' containment reference list. The list contents are of typeIoTPlatform.- Returns:
- the value of the 'Iotplatform' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Iotplatform()
-
getNetwork
org.eclipse.emf.common.util.EList<Network> getNetwork()Returns the value of the 'Network' containment reference list. The list contents are of typeNetwork.- Returns:
- the value of the 'Network' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Network()
-
getAccesscontrolpolicy
org.eclipse.emf.common.util.EList<AccessControlPolicy> getAccesscontrolpolicy()Returns the value of the 'Accesscontrolpolicy' containment reference list. The list contents are of typeAccessControlPolicy.- Returns:
- the value of the 'Accesscontrolpolicy' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Accesscontrolpolicy()
-
getIotos
org.eclipse.emf.common.util.EList<IoTOs> getIotos()Returns the value of the 'Iotos' containment reference list. The list contents are of typeIoTOs.- Returns:
- the value of the 'Iotos' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Iotos()
-
getProtocolstack
org.eclipse.emf.common.util.EList<ProtocolStack> getProtocolstack()Returns the value of the 'Protocolstack' containment reference list. The list contents are of typeProtocolStack.- Returns:
- the value of the 'Protocolstack' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Protocolstack()
-
getChannel
org.eclipse.emf.common.util.EList<AppChannel> getChannel()Returns the value of the 'Channel' containment reference list. The list contents are of typeAppChannel.- Returns:
- the value of the 'Channel' containment reference list.
- See Also:
IotmodelPackage.getIoTMetamodel_Channel()
-