-
Methods in iotmodel that return Data
| Modifier and Type |
Method |
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.
|
Methods in iotmodel that return types with arguments of type Data
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Data> |
Network.getData() |
Returns the value of the 'Data' containment reference list.
|
-
Classes in iotmodel.impl that implement Data
| Modifier and Type |
Class |
Description |
class |
DataImpl |
An implementation of the model object 'Data'.
|
Fields in iotmodel.impl with type parameters of type Data
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<Data> |
NetworkImpl.data |
The cached value of the ' Data' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type Data
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Data> |
NetworkImpl.getData() |
-
Methods in iotmodel.util with parameters of type Data
| Modifier and Type |
Method |
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) |