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 |
---|---|
IPackageImport |
IUmlModel.createPackageImport()
Create a PackageImport.
|
IPackageImport |
IUmlModel.createPackageImport(INameSpace source,
IPackage destination)
Create a PackageImport between a NameSpace and a Package.
|
IPackageImport |
IUmlModel.createPackageImport(IOperation source,
IPackage destination)
Create a PackageImport between an Operation and a Package.
|
Modifier and Type | Method and Description |
---|---|
<T extends IPackageImport> |
IOperation.getOwnedPackageImport(Class<T> filteredClass)
Get the list of ObPackageImport to the OwnedPackageImport association.
|
<T extends IPackageImport> |
INameSpace.getOwnedPackageImport(Class<T> filteredClass)
Get the list of ObPackageImport to the OwnedPackageImport association.
|
<T extends IPackageImport> |
IPackage.getPackageImporting(Class<T> filteredClass)
Get the list of ObPackageImport to the PackageImporting association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IPackageImport> |
IOperation.getOwnedPackageImport()
Get the list of ObPackageImport to the OwnedPackageImport association.
|
ObList<IPackageImport> |
INameSpace.getOwnedPackageImport()
Get the list of ObPackageImport to the OwnedPackageImport association.
|
ObList<IPackageImport> |
IPackage.getPackageImporting()
Get the list of ObPackageImport to the PackageImporting association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addOwnedPackageImport(IPackageImport element)
Add a ObPackageImport to the 'OwnedPackageImport' association.
|
void |
INameSpace.addOwnedPackageImport(IPackageImport element)
Add a ObPackageImport to the 'OwnedPackageImport' association.
|
void |
IPackage.addPackageImporting(IPackageImport element)
Add a ObPackageImport to the 'PackageImporting' association.
|
void |
IOperation.removeOwnedPackageImport(IPackageImport element)
Remove an ObPackageImport from the 'OwnedPackageImport' association.
|
void |
INameSpace.removeOwnedPackageImport(IPackageImport element)
Remove an ObPackageImport from the 'OwnedPackageImport' association.
|
void |
IPackage.removePackageImporting(IPackageImport element)
Remove an ObPackageImport from the 'PackageImporting' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardOwnedPackageImport(Class<? extends IPackageImport> filteredClass)
Returns the number elements in the OwnedPackageImport association filtered with the given metaclass.
|
int |
INameSpace.cardOwnedPackageImport(Class<? extends IPackageImport> filteredClass)
Returns the number elements in the OwnedPackageImport association filtered with the given metaclass.
|
int |
IPackage.cardPackageImporting(Class<? extends IPackageImport> filteredClass)
Returns the number elements in the PackageImporting association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPackageImport(IPackageImport thePackageImport) |
Object |
DefaultMetamodelVisitor.visitPackageImport(IPackageImport thePackageImport) |
Object |
AbstractMetamodelVisitor.visitPackageImport(IPackageImport thePackageImport) |