public interface NameSpace extends ModelTree
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
<any> |
getDeclared()
Getter for relation 'NameSpace->Declared'
Metamodel description:
Instances declared in the context of the current NameSpace.
|
<T extends Instance> |
getDeclared(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Declared'
Metamodel description:
Instances declared in the context of the current NameSpace.
|
<any> |
getImporting()
Getter for relation 'NameSpace->Importing'
Metamodel description:
null
|
<T extends ElementImport> |
getImporting(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Importing'
Metamodel description:
null
|
<any> |
getInstanciatingBinding()
Getter for relation 'NameSpace->InstanciatingBinding'
Metamodel description:
null
|
<T extends TemplateBinding> |
getInstanciatingBinding(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->InstanciatingBinding'
Metamodel description:
null
|
<any> |
getOwnedBehavior()
Getter for relation 'NameSpace->OwnedBehavior'
Metamodel description:
Behavior specification that specifies the behavior of the namespace itself.
|
<T extends Behavior> |
getOwnedBehavior(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedBehavior'
Metamodel description:
Behavior specification that specifies the behavior of the namespace itself.
|
<any> |
getOwnedCollaborationUse()
Getter for relation 'NameSpace->OwnedCollaborationUse'
Metamodel description:
Collaboration occurences can be owned by NameSpaces such as Packages, Classes and Collaborations.
|
<T extends CollaborationUse> |
getOwnedCollaborationUse(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedCollaborationUse'
Metamodel description:
Collaboration occurences can be owned by NameSpaces such as Packages, Classes and Collaborations.
|
<any> |
getOwnedDataFlow()
Getter for relation 'NameSpace->OwnedDataFlow'
Metamodel description:
DataFlows belong to a NameSpace.
|
<T extends DataFlow> |
getOwnedDataFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedDataFlow'
Metamodel description:
DataFlows belong to a NameSpace.
|
<any> |
getOwnedImport()
Getter for relation 'NameSpace->OwnedImport'
Metamodel description:
null
|
<T extends ElementImport> |
getOwnedImport(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedImport'
Metamodel description:
null
|
<any> |
getOwnedInformationFlow()
Getter for relation 'NameSpace->OwnedInformationFlow'
Metamodel description:
|
<T extends InformationFlow> |
getOwnedInformationFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedInformationFlow'
Metamodel description:
|
<any> |
getOwnedPackageImport()
Getter for relation 'NameSpace->OwnedPackageImport'
Metamodel description:
Packages imported by the NameSpace.
|
<T extends PackageImport> |
getOwnedPackageImport(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->OwnedPackageImport'
Metamodel description:
Packages imported by the NameSpace.
|
<any> |
getParent()
Getter for relation 'NameSpace->Parent'
Metamodel description:
Association to the Parent NameSpace through the intermediate Generalization class.
|
<T extends Generalization> |
getParent(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Parent'
Metamodel description:
Association to the Parent NameSpace through the intermediate Generalization class.
|
<any> |
getRealized()
Getter for relation 'NameSpace->Realized'
Metamodel description:
null
|
<T extends InterfaceRealization> |
getRealized(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Realized'
Metamodel description:
null
|
<any> |
getReceived()
Getter for relation 'NameSpace->Received'
Metamodel description:
null
|
<T extends DataFlow> |
getReceived(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Received'
Metamodel description:
null
|
<any> |
getRepresenting()
Getter for relation 'NameSpace->Representing'
Metamodel description:
null
|
<T extends Instance> |
getRepresenting(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Representing'
Metamodel description:
null
|
<any> |
getSent()
Getter for relation 'NameSpace->Sent'
Metamodel description:
DataFlows sent by the NameSpace.
|
<T extends DataFlow> |
getSent(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Sent'
Metamodel description:
DataFlows sent by the NameSpace.
|
<any> |
getSpecialization()
Getter for relation 'NameSpace->Specialization'
Metamodel description:
null
|
<T extends Generalization> |
getSpecialization(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Specialization'
Metamodel description:
null
|
<any> |
getTemplate()
Getter for relation 'NameSpace->Template'
Metamodel description:
In the case of template classes, this association defines its template parameters.
|
<T extends TemplateParameter> |
getTemplate(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Template'
Metamodel description:
In the case of template classes, this association defines its template parameters.
|
<any> |
getTemplateInstanciation()
Getter for relation 'NameSpace->TemplateInstanciation'
Metamodel description:
Relates to the template that is instanciated by the current NameSpace.
|
<T extends TemplateBinding> |
getTemplateInstanciation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->TemplateInstanciation'
Metamodel description:
Relates to the template that is instanciated by the current NameSpace.
|
VisibilityMode |
getVisibility()
Getter for attribute 'NameSpace.Visibility'
Metamodel description:
Defines the visibility of the NameSpace, inside its owning NameSpace (visibility of a Class in a Package, for example).
|
boolean |
isIsAbstract()
Getter for attribute 'NameSpace.IsAbstract'
Metamodel description:
An abstract NameSpace is defined on a very general level and does not have direct instances.
|
boolean |
isIsLeaf()
Getter for attribute 'NameSpace.IsLeaf'
Metamodel description:
Determines if the NameSpace is an inheritance tree leaf.
|
boolean |
isIsRoot()
Getter for attribute 'NameSpace.IsRoot'
Metamodel description:
Determines that the current NameSpace is the root of a Generalization tree.
|
void |
setIsAbstract(boolean value)
Setter for attribute 'NameSpace.IsAbstract'
Metamodel description:
An abstract NameSpace is defined on a very general level and does not have direct instances.
|
void |
setIsLeaf(boolean value)
Setter for attribute 'NameSpace.IsLeaf'
Metamodel description:
Determines if the NameSpace is an inheritance tree leaf.
|
void |
setIsRoot(boolean value)
Setter for attribute 'NameSpace.IsRoot'
Metamodel description:
Determines that the current NameSpace is the root of a Generalization tree.
|
void |
setVisibility(VisibilityMode value)
Setter for attribute 'NameSpace.Visibility'
Metamodel description:
Defines the visibility of the NameSpace, inside its owning NameSpace (visibility of a Class in a Package, for example).
|
getOwnedElement, getOwnedElement, getOwner, setOwnergetConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getManifesting, getManifesting, getOwnerTemplateParameter, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, setOwnerTemplateParameteraddStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setPropertygetAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElementaccept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSetstatic final java.lang.String MNAME
static final java.lang.String MQNAME
boolean isIsAbstract()
void setIsAbstract(boolean value)
boolean isIsLeaf()
void setIsLeaf(boolean value)
boolean isIsRoot()
void setIsRoot(boolean value)
VisibilityMode getVisibility()
void setVisibility(VisibilityMode value)
<any> getParent()
<T extends Generalization> java.util.List<T> getParent(java.lang.Class<T> filterClass)
<any> getTemplateInstanciation()
<T extends TemplateBinding> java.util.List<T> getTemplateInstanciation(java.lang.Class<T> filterClass)
<any> getRepresenting()
<T extends Instance> java.util.List<T> getRepresenting(java.lang.Class<T> filterClass)
<any> getOwnedBehavior()
<T extends Behavior> java.util.List<T> getOwnedBehavior(java.lang.Class<T> filterClass)
<any> getReceived()
<T extends DataFlow> java.util.List<T> getReceived(java.lang.Class<T> filterClass)
<any> getOwnedInformationFlow()
<T extends InformationFlow> java.util.List<T> getOwnedInformationFlow(java.lang.Class<T> filterClass)
<any> getImporting()
<T extends ElementImport> java.util.List<T> getImporting(java.lang.Class<T> filterClass)
<any> getSent()
<T extends DataFlow> java.util.List<T> getSent(java.lang.Class<T> filterClass)
<any> getOwnedDataFlow()
<T extends DataFlow> java.util.List<T> getOwnedDataFlow(java.lang.Class<T> filterClass)
<any> getOwnedCollaborationUse()
<T extends CollaborationUse> java.util.List<T> getOwnedCollaborationUse(java.lang.Class<T> filterClass)
<any> getOwnedPackageImport()
<T extends PackageImport> java.util.List<T> getOwnedPackageImport(java.lang.Class<T> filterClass)
<any> getTemplate()
<T extends TemplateParameter> java.util.List<T> getTemplate(java.lang.Class<T> filterClass)
<any> getSpecialization()
<T extends Generalization> java.util.List<T> getSpecialization(java.lang.Class<T> filterClass)
<any> getRealized()
<T extends InterfaceRealization> java.util.List<T> getRealized(java.lang.Class<T> filterClass)
<any> getDeclared()
<T extends Instance> java.util.List<T> getDeclared(java.lang.Class<T> filterClass)
<any> getInstanciatingBinding()
<T extends TemplateBinding> java.util.List<T> getInstanciatingBinding(java.lang.Class<T> filterClass)
<any> getOwnedImport()
<T extends ElementImport> java.util.List<T> getOwnedImport(java.lang.Class<T> filterClass)