| 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 |
|---|---|
IPackageMerge |
IUmlModel.createPackageMerge()
Create a PackageMerge.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IPackageMerge> |
IPackage.getMerge(Class<T> filteredClass)
Get the list of ObPackageMerge to the Merge association.
|
<T extends IPackageMerge> |
IPackage.getReceivingMerge(Class<T> filteredClass)
Get the list of ObPackageMerge to the ReceivingMerge association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IPackageMerge> |
IPackage.getMerge()
Get the list of ObPackageMerge to the Merge association.
|
ObList<IPackageMerge> |
IPackage.getReceivingMerge()
Get the list of ObPackageMerge to the ReceivingMerge association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPackage.addMerge(IPackageMerge element)
Add a ObPackageMerge to the 'Merge' association.
|
void |
IPackage.addReceivingMerge(IPackageMerge element)
Add a ObPackageMerge to the 'ReceivingMerge' association.
|
void |
IPackage.removeMerge(IPackageMerge element)
Remove an ObPackageMerge from the 'Merge' association.
|
void |
IPackage.removeReceivingMerge(IPackageMerge element)
Remove an ObPackageMerge from the 'ReceivingMerge' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IPackage.cardMerge(Class<? extends IPackageMerge> filteredClass)
Returns the number elements in the Merge association filtered with the given metaclass.
|
int |
IPackage.cardReceivingMerge(Class<? extends IPackageMerge> filteredClass)
Returns the number elements in the ReceivingMerge association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitPackageMerge(IPackageMerge thePackageMerge) |
Object |
DefaultMetamodelVisitor.visitPackageMerge(IPackageMerge thePackageMerge) |
Object |
AbstractMetamodelVisitor.visitPackageMerge(IPackageMerge thePackageMerge) |