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.StringgetDomain()Returns the value of the 'Domain' attribute.org.eclipse.emf.common.util.EList<AccessControlPolicy>getEnforce()Returns the value of the 'Enforce' reference list.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Thing>getThing()Returns the value of the 'Thing' containment reference list.voidsetDomain(String value)Sets the value of the 'Domain' attribute.voidsetName(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),IotmodelPackage.getNetwork_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getDomain
String getDomain()Returns the value of the 'Domain' attribute.- Returns:
- the value of the 'Domain' attribute.
- See Also:
setDomain(String),IotmodelPackage.getNetwork_Domain()
-
setDomain
Sets the value of the 'Domain' attribute.- Parameters:
value- the new value of the 'Domain' attribute.- See Also:
getDomain()
-
getEnforce
org.eclipse.emf.common.util.EList<AccessControlPolicy> getEnforce()Returns the value of the 'Enforce' reference list. The list contents are of typeAccessControlPolicy. It is bidirectional and its opposite is 'Is Enforced'.- Returns:
- the value of the 'Enforce' reference list.
- See Also:
IotmodelPackage.getNetwork_Enforce(),AccessControlPolicy.getIsEnforced()
-
getThing
org.eclipse.emf.common.util.EList<Thing> getThing()Returns the value of the 'Thing' containment reference list. The list contents are of typeThing.- Returns:
- the value of the 'Thing' containment reference list.
- See Also:
IotmodelPackage.getNetwork_Thing()
-
getData
org.eclipse.emf.common.util.EList<Data> getData()Returns the value of the 'Data' containment reference list. The list contents are of typeData.- Returns:
- the value of the 'Data' containment reference list.
- See Also:
IotmodelPackage.getNetwork_Data()
-