public interface Network
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getNetwork()| Modifier and Type | Method and 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. |
String getName()
setName(String),
IotmodelPackage.getNetwork_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDomain()
setDomain(String),
IotmodelPackage.getNetwork_Domain()void setDomain(String value)
Domain' attribute.
value - the new value of the 'Domain' attribute.getDomain()org.eclipse.emf.common.util.EList<AccessControlPolicy> getEnforce()
AccessControlPolicy.
It is bidirectional and its opposite is 'Is Enforced'.
IotmodelPackage.getNetwork_Enforce(),
AccessControlPolicy.getIsEnforced()org.eclipse.emf.common.util.EList<Thing> getThing()
Thing.
IotmodelPackage.getNetwork_Thing()org.eclipse.emf.common.util.EList<Data> getData()
Data.
IotmodelPackage.getNetwork_Data()Copyright © 2018–2020 Atlanmod. All rights reserved.