public interface Namespace extends NamedElement
The following features are supported:
Aadl2Package.getNamespace()
Modifier and Type | Method and Description |
---|---|
NamedElement |
findNamedElement(java.lang.String name) |
org.eclipse.emf.common.util.EList<NamedElement> |
getMembers()
Returns the value of the 'Member' reference list.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getNamesOfMember(NamedElement element)
The query getNamesOfMember() gives a set of all of the names that a member would have in a Namespace.
|
org.eclipse.emf.common.util.EList<NamedElement> |
getOwnedMembers()
Returns the value of the 'Owned Member' reference list.
|
boolean |
members_distinguishable(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
All the members of a Namespace are distinguishable within it.
|
boolean |
membersAreDistinguishable()
The Boolean query membersAreDistinguishable() determines whether all of the namespaces members are distinguishable within it.
|
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
org.eclipse.emf.common.util.EList<NamedElement> getMembers()
NamedElement
.
This feature is a derived union.
A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance.
Aadl2Package.getNamespace_Member()
org.eclipse.emf.common.util.EList<NamedElement> getOwnedMembers()
NamedElement
.
This feature subsets the following features:
Owned Element
'Member
'Aadl2Package.getNamespace_OwnedMember()
boolean members_distinguishable(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
org.eclipse.emf.common.util.EList<java.lang.String> getNamesOfMember(NamedElement element)
boolean membersAreDistinguishable()
NamedElement findNamedElement(java.lang.String name)
String
- name