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 |
---|---|
ISubstitution |
IUmlModel.createSubstitution()
Create a Substitution.
|
Modifier and Type | Method and Description |
---|---|
<T extends ISubstitution> |
IClassifier.getSubstitued(Class<T> filteredClass)
Get the list of ObSubstitution to the Substitued association.
|
<T extends ISubstitution> |
IClassifier.getSubstitutingSubstitution(Class<T> filteredClass)
Get the list of ObSubstitution to the SubstitutingSubstitution association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ISubstitution> |
IClassifier.getSubstitued()
Get the list of ObSubstitution to the Substitued association.
|
ObList<ISubstitution> |
IClassifier.getSubstitutingSubstitution()
Get the list of ObSubstitution to the SubstitutingSubstitution association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassifier.addSubstitued(ISubstitution element)
Add a ObSubstitution to the 'Substitued' association.
|
void |
IClassifier.addSubstitutingSubstitution(ISubstitution element)
Add a ObSubstitution to the 'SubstitutingSubstitution' association.
|
void |
IClassifier.removeSubstitued(ISubstitution element)
Remove an ObSubstitution from the 'Substitued' association.
|
void |
IClassifier.removeSubstitutingSubstitution(ISubstitution element)
Remove an ObSubstitution from the 'SubstitutingSubstitution' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClassifier.cardSubstitued(Class<? extends ISubstitution> filteredClass)
Returns the number elements in the Substitued association filtered with the given metaclass.
|
int |
IClassifier.cardSubstitutingSubstitution(Class<? extends ISubstitution> filteredClass)
Returns the number elements in the SubstitutingSubstitution association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitSubstitution(ISubstitution theSubstitution) |
Object |
DefaultMetamodelVisitor.visitSubstitution(ISubstitution theSubstitution) |
Object |
AbstractMetamodelVisitor.visitSubstitution(ISubstitution theSubstitution) |