Package iotmodel
Interface UserApplication
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DesktopApp,MobileApp
- All Known Implementing Classes:
DesktopAppImpl,MobileAppImpl,UserApplicationImpl
public interface UserApplication
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'User Application'.
The following features are supported:
- See Also:
IotmodelPackage.getUserApplication()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<IoTPlatform>getIotplatform()Returns the value of the 'Iotplatform' 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' reference list. The list contents are of typeIoTPlatform. It is bidirectional and its opposite is 'Userapplication'.- Returns:
- the value of the 'Iotplatform' reference list.
- See Also:
IotmodelPackage.getUserApplication_Iotplatform(),IoTPlatform.getUserapplication()
-