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 |
---|---|
IGeneralization |
IUmlModel.createGeneralization()
Create a Generalization.
|
IGeneralization |
IUmlModel.createGeneralization(INameSpace source,
INameSpace destination)
Create a Generalization between two NameSpaces.
|
Modifier and Type | Method and Description |
---|---|
<T extends IGeneralization> |
INameSpace.getParent(Class<T> filteredClass)
Get the list of ObGeneralization to the Parent association.
|
<T extends IGeneralization> |
INameSpace.getSpecialization(Class<T> filteredClass)
Get the list of ObGeneralization to the Specialization association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IGeneralization> |
INameSpace.getParent()
Get the list of ObGeneralization to the Parent association.
|
ObList<IGeneralization> |
INameSpace.getSpecialization()
Get the list of ObGeneralization to the Specialization association.
|
Modifier and Type | Method and Description |
---|---|
void |
INameSpace.addParent(IGeneralization element)
Add a ObGeneralization to the 'Parent' association.
|
void |
INameSpace.addSpecialization(IGeneralization element)
Add a ObGeneralization to the 'Specialization' association.
|
void |
INameSpace.removeParent(IGeneralization element)
Remove an ObGeneralization from the 'Parent' association.
|
void |
INameSpace.removeSpecialization(IGeneralization element)
Remove an ObGeneralization from the 'Specialization' association.
|
Modifier and Type | Method and Description |
---|---|
int |
INameSpace.cardParent(Class<? extends IGeneralization> filteredClass)
Returns the number elements in the Parent association filtered with the given metaclass.
|
int |
INameSpace.cardSpecialization(Class<? extends IGeneralization> filteredClass)
Returns the number elements in the Specialization association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitGeneralization(IGeneralization theGeneralization) |
Object |
DefaultMetamodelVisitor.visitGeneralization(IGeneralization theGeneralization) |
Object |
AbstractMetamodelVisitor.visitGeneralization(IGeneralization theGeneralization) |