-
Methods in iotmodel that return IoTOs
| Modifier and Type |
Method |
Description |
IoTOs |
IotmodelFactory.createIoTOs() |
Returns a new object of class 'Io TOs'.
|
IoTOs |
Thing.getIotos() |
Returns the value of the 'Iotos' reference.
|
Methods in iotmodel that return types with arguments of type IoTOs
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<IoTOs> |
IoTMetamodel.getIotos() |
Returns the value of the 'Iotos' containment reference list.
|
Methods in iotmodel with parameters of type IoTOs
| Modifier and Type |
Method |
Description |
void |
Thing.setIotos(IoTOs value) |
Sets the value of the ' Iotos' reference.
|
-
Classes in iotmodel.impl that implement IoTOs
| Modifier and Type |
Class |
Description |
class |
IoTOsImpl |
An implementation of the model object 'Io TOs'.
|
Fields in iotmodel.impl with type parameters of type IoTOs
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<IoTOs> |
IoTMetamodelImpl.iotos |
The cached value of the ' Iotos' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type IoTOs
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<IoTOs> |
IoTMetamodelImpl.getIotos() |
Methods in iotmodel.impl with parameters of type IoTOs
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.notify.NotificationChain |
ThingImpl.basicSetIotos(IoTOs newIotos,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ThingImpl.setIotos(IoTOs newIotos) |
-
Methods in iotmodel.util with parameters of type IoTOs
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseIoTOs(IoTOs object) |
Returns the result of interpreting the object as an instance of 'Io TOs'.
|
boolean |
IotmodelValidator.validateIoTOs(IoTOs ioTOs,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |