-
Subinterfaces of Thing in iotmodel
| Modifier and Type |
Interface |
Description |
interface |
Actuator |
A representation of the model object 'Actuator'.
|
interface |
EdgeDevice |
A representation of the model object 'Edge Device'.
|
interface |
Gateway |
A representation of the model object 'Gateway'.
|
interface |
Sensor |
A representation of the model object 'Sensor'.
|
Methods in iotmodel that return Thing
| Modifier and Type |
Method |
Description |
Thing |
Actor.getUses() |
Returns the value of the 'Uses' reference.
|
Methods in iotmodel that return types with arguments of type Thing
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Thing> |
IoTOs.getThing() |
Returns the value of the 'Thing' reference list.
|
org.eclipse.emf.common.util.EList<Thing> |
Network.getThing() |
Returns the value of the 'Thing' containment reference list.
|
org.eclipse.emf.common.util.EList<Thing> |
Rule.getThing() |
Returns the value of the 'Thing' containment reference list.
|
Methods in iotmodel with parameters of type Thing
| Modifier and Type |
Method |
Description |
void |
Actor.setUses(Thing value) |
Sets the value of the ' Uses' reference.
|
-
Classes in iotmodel.impl that implement Thing
| Modifier and Type |
Class |
Description |
class |
ActuatorImpl |
An implementation of the model object 'Actuator'.
|
class |
EdgeDeviceImpl |
An implementation of the model object 'Edge Device'.
|
class |
GatewayImpl |
An implementation of the model object 'Gateway'.
|
class |
SensorImpl |
An implementation of the model object 'Sensor'.
|
class |
ThingImpl |
An implementation of the model object 'Thing'.
|
Fields in iotmodel.impl with type parameters of type Thing
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<Thing> |
IoTOsImpl.thing |
The cached value of the ' Thing' reference list.
|
protected org.eclipse.emf.common.util.EList<Thing> |
NetworkImpl.thing |
The cached value of the ' Thing' containment reference list.
|
protected org.eclipse.emf.common.util.EList<Thing> |
RuleImpl.thing |
The cached value of the ' Thing' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type Thing
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Thing> |
IoTOsImpl.getThing() |
org.eclipse.emf.common.util.EList<Thing> |
NetworkImpl.getThing() |
org.eclipse.emf.common.util.EList<Thing> |
RuleImpl.getThing() |
-
Methods in iotmodel.util with parameters of type Thing
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseThing(Thing object) |
Returns the result of interpreting the object as an instance of 'Thing'.
|
boolean |
IotmodelValidator.validateThing(Thing thing,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |