Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IElementImport |
IUmlModel.createElementImport()
Create an ElementImport.
|
IElementImport |
IUmlModel.createElementImport(INameSpace source,
INameSpace destination)
Create an ElementImport between two NameSpaces.
|
IElementImport |
IUmlModel.createElementImport(IOperation source,
INameSpace destination)
Create an ElementImport between an Operation and a NameSpace.
|
Modifier and Type | Method and Description |
---|---|
<T extends IElementImport> |
INameSpace.getImporting(Class<T> filteredClass)
Get the list of ObElementImport to the Importing association.
|
<T extends IElementImport> |
IOperation.getOwnedImport(Class<T> filteredClass)
Get the list of ObElementImport to the OwnedImport association.
|
<T extends IElementImport> |
INameSpace.getOwnedImport(Class<T> filteredClass)
Get the list of ObElementImport to the OwnedImport association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IElementImport> |
INameSpace.getImporting()
Get the list of ObElementImport to the Importing association.
|
ObList<IElementImport> |
IOperation.getOwnedImport()
Get the list of ObElementImport to the OwnedImport association.
|
ObList<IElementImport> |
INameSpace.getOwnedImport()
Get the list of ObElementImport to the OwnedImport association.
|
Modifier and Type | Method and Description |
---|---|
void |
INameSpace.addImporting(IElementImport element)
Add a ObElementImport to the 'Importing' association.
|
void |
IOperation.addOwnedImport(IElementImport element)
Add a ObElementImport to the 'OwnedImport' association.
|
void |
INameSpace.addOwnedImport(IElementImport element)
Add a ObElementImport to the 'OwnedImport' association.
|
void |
INameSpace.removeImporting(IElementImport element)
Remove an ObElementImport from the 'Importing' association.
|
void |
IOperation.removeOwnedImport(IElementImport element)
Remove an ObElementImport from the 'OwnedImport' association.
|
void |
INameSpace.removeOwnedImport(IElementImport element)
Remove an ObElementImport from the 'OwnedImport' association.
|
Modifier and Type | Method and Description |
---|---|
int |
INameSpace.cardImporting(Class<? extends IElementImport> filteredClass)
Returns the number elements in the Importing association filtered with the given metaclass.
|
int |
IOperation.cardOwnedImport(Class<? extends IElementImport> filteredClass)
Returns the number elements in the OwnedImport association filtered with the given metaclass.
|
int |
INameSpace.cardOwnedImport(Class<? extends IElementImport> filteredClass)
Returns the number elements in the OwnedImport association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitElementImport(IElementImport theElementImport) |
Object |
DefaultMetamodelVisitor.visitElementImport(IElementImport theElementImport) |
Object |
AbstractMetamodelVisitor.visitElementImport(IElementImport theElementImport) |