Package iotmodel

Interface Network

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
NetworkImpl

public interface Network
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Network'.

The following features are supported:

See Also:
IotmodelPackage.getNetwork()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Data> getData()
    Returns the value of the 'Data' containment reference list.
    String getDomain()
    Returns the value of the 'Domain' attribute.
    org.eclipse.emf.common.util.EList<AccessControlPolicy> getEnforce()
    Returns the value of the 'Enforce' reference list.
    String getName()
    Returns the value of the 'Name' attribute.
    org.eclipse.emf.common.util.EList<Thing> getThing()
    Returns the value of the 'Thing' containment reference list.
    void setDomain​(String value)
    Sets the value of the 'Domain' attribute.
    void setName​(String value)
    Sets the value of the 'Name' 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