Uses of Interface
iotmodel.ProtocolStack
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of ProtocolStack in iotmodel
Methods in iotmodel that return ProtocolStack Modifier and Type Method Description ProtocolStackIotmodelFactory. createProtocolStack()Returns a new object of class 'Protocol Stack'.ProtocolStackIoTPlatform. getUseProtocol()Returns the value of the 'Use Protocol' reference.Methods in iotmodel that return types with arguments of type ProtocolStack Modifier and Type Method Description org.eclipse.emf.common.util.EList<ProtocolStack>IoTOs. getImplements()Returns the value of the 'Implements' reference list.org.eclipse.emf.common.util.EList<ProtocolStack>IoTMetamodel. getProtocolstack()Returns the value of the 'Protocolstack' containment reference list.Methods in iotmodel with parameters of type ProtocolStack Modifier and Type Method Description voidIoTPlatform. setUseProtocol(ProtocolStack value)Sets the value of the 'Use Protocol' reference. -
Uses of ProtocolStack in iotmodel.impl
Classes in iotmodel.impl that implement ProtocolStack Modifier and Type Class Description classProtocolStackImplAn implementation of the model object 'Protocol Stack'.Fields in iotmodel.impl declared as ProtocolStack Modifier and Type Field Description protected ProtocolStackIoTPlatformImpl. useProtocolThe cached value of the 'Use Protocol' reference.Fields in iotmodel.impl with type parameters of type ProtocolStack Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ProtocolStack>IoTOsImpl. implements_The cached value of the 'Implements' reference list.protected org.eclipse.emf.common.util.EList<ProtocolStack>IoTMetamodelImpl. protocolstackThe cached value of the 'Protocolstack' containment reference list.Methods in iotmodel.impl that return ProtocolStack Modifier and Type Method Description ProtocolStackIoTPlatformImpl. basicGetUseProtocol()ProtocolStackIotmodelFactoryImpl. createProtocolStack()ProtocolStackIoTPlatformImpl. getUseProtocol()Methods in iotmodel.impl that return types with arguments of type ProtocolStack Modifier and Type Method Description org.eclipse.emf.common.util.EList<ProtocolStack>IoTOsImpl. getImplements()org.eclipse.emf.common.util.EList<ProtocolStack>IoTMetamodelImpl. getProtocolstack()Methods in iotmodel.impl with parameters of type ProtocolStack Modifier and Type Method Description voidIoTPlatformImpl. setUseProtocol(ProtocolStack newUseProtocol) -
Uses of ProtocolStack in iotmodel.util
Methods in iotmodel.util with parameters of type ProtocolStack Modifier and Type Method Description TIotmodelSwitch. caseProtocolStack(ProtocolStack object)Returns the result of interpreting the object as an instance of 'Protocol Stack'.booleanIotmodelValidator. validateProtocolStack(ProtocolStack protocolStack, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanIotmodelValidator. validateProtocolStack_CheckNameSize(ProtocolStack protocolStack, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the CheckNameSize constraint of 'Protocol Stack'.