| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Method and Description |
|---|---|
Data |
IotmodelFactory.createData()
Returns a new object of class 'Data'.
|
Data |
Message.getEncapsualte()
Returns the value of the 'Encapsualte' reference.
|
Data |
Thing.getProduce()
Returns the value of the 'Produce' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Data> |
Network.getData()
Returns the value of the 'Data' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setEncapsualte(Data value)
Sets the value of the '
Encapsualte' reference. |
void |
Thing.setProduce(Data value)
Sets the value of the '
Produce' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataImpl
An implementation of the model object 'Data'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Data |
MessageImpl.encapsualte
The cached value of the '
Encapsualte' reference. |
protected Data |
ThingImpl.produce
The cached value of the '
Produce' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Data> |
NetworkImpl.data
The cached value of the '
Data' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Data |
MessageImpl.basicGetEncapsualte() |
Data |
ThingImpl.basicGetProduce() |
Data |
IotmodelFactoryImpl.createData() |
Data |
MessageImpl.getEncapsualte() |
Data |
ThingImpl.getProduce() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Data> |
NetworkImpl.getData() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
MessageImpl.basicSetEncapsualte(Data newEncapsualte,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MessageImpl.setEncapsualte(Data newEncapsualte) |
void |
ThingImpl.setProduce(Data newProduce) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.caseData(Data object)
Returns the result of interpreting the object as an instance of 'Data'.
|
boolean |
IotmodelValidator.validateData(Data data,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.