Package iotmodel

Interface EdgeDevice

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Thing
All Known Subinterfaces:
Actuator, Sensor
All Known Implementing Classes:
ActuatorImpl, EdgeDeviceImpl, SensorImpl

public interface EdgeDevice
extends Thing
A representation of the model object 'Edge Device'.

The following features are supported:

See Also:
IotmodelPackage.getEdgeDevice()
  • Method Summary

    Modifier and Type Method Description
    boolean isRouter()
    Returns the value of the 'Router' attribute.
    void setRouter​(boolean value)
    Sets the value of the 'Router' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details