Uses of Interface
iotmodel.AppChannel
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of AppChannel in iotmodel
Subinterfaces of AppChannel in iotmodel Modifier and Type Interface Description interfacePublishSubscribeA representation of the model object 'Publish Subscribe'.interfaceRequestResponseA representation of the model object 'Request Response'.Methods in iotmodel that return AppChannel Modifier and Type Method Description AppChannelIoTPlatform. getCommunicateThrough()Returns the value of the 'Communicate Through' reference.Methods in iotmodel that return types with arguments of type AppChannel Modifier and Type Method Description org.eclipse.emf.common.util.EList<AppChannel>IoTMetamodel. getChannel()Returns the value of the 'Channel' containment reference list.org.eclipse.emf.common.util.EList<AppChannel>AppPort. getIsBound()Returns the value of the 'Is Bound' reference list.Methods in iotmodel with parameters of type AppChannel Modifier and Type Method Description voidIoTPlatform. setCommunicateThrough(AppChannel value)Sets the value of the 'Communicate Through' reference. -
Uses of AppChannel in iotmodel.impl
Classes in iotmodel.impl that implement AppChannel Modifier and Type Class Description classAppChannelImplAn implementation of the model object 'App Channel'.classPublishSubscribeImplAn implementation of the model object 'Publish Subscribe'.classRequestResponseImplAn implementation of the model object 'Request Response'.Fields in iotmodel.impl declared as AppChannel Modifier and Type Field Description protected AppChannelIoTPlatformImpl. communicateThroughThe cached value of the 'Communicate Through' reference.Fields in iotmodel.impl with type parameters of type AppChannel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AppChannel>IoTMetamodelImpl. channelThe cached value of the 'Channel' containment reference list.protected org.eclipse.emf.common.util.EList<AppChannel>AppPortImpl. isBoundThe cached value of the 'Is Bound' reference list.Methods in iotmodel.impl that return AppChannel Modifier and Type Method Description AppChannelIoTPlatformImpl. basicGetCommunicateThrough()AppChannelIoTPlatformImpl. getCommunicateThrough()Methods in iotmodel.impl that return types with arguments of type AppChannel Modifier and Type Method Description org.eclipse.emf.common.util.EList<AppChannel>IoTMetamodelImpl. getChannel()org.eclipse.emf.common.util.EList<AppChannel>AppPortImpl. getIsBound()Methods in iotmodel.impl with parameters of type AppChannel Modifier and Type Method Description voidIoTPlatformImpl. setCommunicateThrough(AppChannel newCommunicateThrough) -
Uses of AppChannel in iotmodel.util
Methods in iotmodel.util with parameters of type AppChannel Modifier and Type Method Description TIotmodelSwitch. caseAppChannel(AppChannel object)Returns the result of interpreting the object as an instance of 'App Channel'.booleanIotmodelValidator. validateAppChannel(AppChannel appChannel, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)