| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.extension | |
| com.modeliosoft.modelio.api.model.uml.infrastructure | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Method and Description |
|---|---|
<T extends IProfile> |
IModule.getOwnedProfile(Class<T> filteredClass)
Get the list of ObProfile to the OwnedProfile association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IProfile> |
IModule.getOwnedProfile()
Get the list of ObProfile to the OwnedProfile association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IModule.addOwnedProfile(IProfile element)
Add a ObProfile to the 'OwnedProfile' association.
|
void |
IModule.removeOwnedProfile(IProfile element)
Remove an ObProfile from the 'OwnedProfile' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IModule.cardOwnedProfile(Class<? extends IProfile> filteredClass)
Returns the number elements in the OwnedProfile association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
IProfile |
IStereotype.getOwner()
Get the Owner association.
|
IProfile |
IMetaclassReference.getOwnerProfile()
Get the OwnerProfile association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStereotype.setOwner(IProfile element)
Setter for the 'Owner' [0..1] association.
|
void |
IMetaclassReference.setOwnerProfile(IProfile element)
Setter for the 'OwnerProfile' [0..1] association.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitProfile(IProfile theProfile) |
Object |
DefaultMetamodelVisitor.visitProfile(IProfile theProfile) |
Object |
AbstractMetamodelVisitor.visitProfile(IProfile theProfile) |