Modifier and Type | Method and Description |
---|---|
INamespaceUse |
IUmlModel.createNamespaceUse()
Create a NameSpaceUse
|
Modifier and Type | Method and Description |
---|---|
<T extends INamespaceUse> |
IElement.getcausing(Class<T> filteredClass)
Get the list of ObNamespaceUse to the causing association.
|
Modifier and Type | Method and Description |
---|---|
ObList<INamespaceUse> |
IElement.getcausing()
Get the list of ObNamespaceUse to the causing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IElement.addcausing(INamespaceUse element)
Add a ObNamespaceUse to the 'causing' association.
|
void |
IElement.removecausing(INamespaceUse element)
Remove an ObNamespaceUse from the 'causing' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IElement.cardcausing(Class<? extends INamespaceUse> filteredClass)
Returns the number elements in the causing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends INamespaceUse> |
INameSpace.getusedNamespaceUse(Class<T> filteredClass)
Get the list of ObNamespaceUse to the used association.
|
<T extends INamespaceUse> |
INameSpace.getuserNamespaceUse(Class<T> filteredClass)
Get the list of ObNamespaceUse to the user association.
|
Modifier and Type | Method and Description |
---|---|
ObList<INamespaceUse> |
INameSpace.getusedNamespaceUse()
Get the list of ObNamespaceUse to the used association.
|
ObList<INamespaceUse> |
INameSpace.getuserNamespaceUse()
Get the list of ObNamespaceUse to the user association.
|
Modifier and Type | Method and Description |
---|---|
void |
INameSpace.addusedNamespaceUse(INamespaceUse element)
Add a ObNamespaceUse to the 'used' association.
|
void |
INameSpace.adduserNamespaceUse(INamespaceUse element)
Add a ObNamespaceUse to the 'user' association.
|
void |
INameSpace.removeusedNamespaceUse(INamespaceUse element)
Remove an ObNamespaceUse from the 'used' association.
|
void |
INameSpace.removeuserNamespaceUse(INamespaceUse element)
Remove an ObNamespaceUse from the 'user' association.
|
Modifier and Type | Method and Description |
---|---|
int |
INameSpace.cardusedNamespaceUse(Class<? extends INamespaceUse> filteredClass)
Returns the number elements in the used association filtered with the given metaclass.
|
int |
INameSpace.carduserNamespaceUse(Class<? extends INamespaceUse> filteredClass)
Returns the number elements in the user association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitNamespaceUse(INamespaceUse theNamespaceUse) |
Object |
DefaultMetamodelVisitor.visitNamespaceUse(INamespaceUse theNamespaceUse) |
Object |
AbstractMetamodelVisitor.visitNamespaceUse(INamespaceUse theNamespaceUse) |