Modifier and Type | Method and Description |
---|---|
IManifestation |
IUmlModel.createManifestation()
Create a Manifestation.
|
Modifier and Type | Method and Description |
---|---|
<T extends IManifestation> |
IModelElement.getManifesting(Class<T> filteredClass)
Get the list of ObManifestation to the Manifesting association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IManifestation> |
IModelElement.getManifesting()
Get the list of ObManifestation to the Manifesting association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addManifesting(IManifestation element)
Add a ObManifestation to the 'Manifesting' association.
|
void |
IModelElement.removeManifesting(IManifestation element)
Remove an ObManifestation from the 'Manifesting' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardManifesting(Class<? extends IManifestation> filteredClass)
Returns the number elements in the Manifesting association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IManifestation> |
IArtifact.getUtilized(Class<T> filteredClass)
Get the list of ObManifestation to the Utilized association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IManifestation> |
IArtifact.getUtilized()
Get the list of ObManifestation to the Utilized association.
|
Modifier and Type | Method and Description |
---|---|
void |
IArtifact.addUtilized(IManifestation element)
Add a ObManifestation to the 'Utilized' association.
|
void |
IArtifact.removeUtilized(IManifestation element)
Remove an ObManifestation from the 'Utilized' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IArtifact.cardUtilized(Class<? extends IManifestation> filteredClass)
Returns the number elements in the Utilized association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitManifestation(IManifestation theManifestation) |
Object |
DefaultMetamodelVisitor.visitManifestation(IManifestation theManifestation) |
Object |
AbstractMetamodelVisitor.visitManifestation(IManifestation theManifestation) |