Uses of Interface
iotmodel.Thing

Packages that use Thing
Package Description
iotmodel  
iotmodel.impl  
iotmodel.util  
  • Uses of Thing in iotmodel

    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.
  • Uses of Thing in iotmodel.impl

    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 declared as Thing
    Modifier and Type Field Description
    protected Thing ActorImpl.uses
    The cached value of the 'Uses' reference.
    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 Thing
    Modifier and Type Method Description
    Thing ActorImpl.basicGetUses()
    Thing ActorImpl.getUses()
    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.impl with parameters of type Thing
    Modifier and Type Method Description
    void ActorImpl.setUses​(Thing newUses)
  • Uses of Thing in iotmodel.util

    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)