|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Namespace
A representation of the model object 'Namespace'. A namespace is an element in a model that contains a set of named elements that can be identified by name.
The following features are supported:
Aadl2Package.getNamespace()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
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' containment 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. |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
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
.
It is bidirectional and its opposite is 'Namespace
'.
This feature subsets the following features:
Owned Element
'Member
'
Aadl2Package.getNamespace_OwnedMember()
,
NamedElement.getNamespace()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |