Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Substitution |
IUmlModel.createSubstitution()
Create a Substitution.
|
Modifier and Type | Method and Description |
---|---|
Substitution |
IStandardModelFactory.createSubstitution() |
Modifier and Type | Method and Description |
---|---|
<T extends Substitution> |
Classifier.getSubstitued(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->Substitued'
Metamodel description:
Specifies the Classifier to which it can be substituted.
|
<T extends Substitution> |
Classifier.getSubstitutingSubstitution(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->SubstitutingSubstitution'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Substitution> |
Classifier.getSubstitued()
Getter for relation 'Classifier->Substitued'
Metamodel description:
Specifies the Classifier to which it can be substituted.
|
org.eclipse.emf.common.util.EList<Substitution> |
Classifier.getSubstitutingSubstitution()
Getter for relation 'Classifier->SubstitutingSubstitution'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitSubstitution(Substitution obj) |
java.lang.Object |
IModelVisitor.visitSubstitution(Substitution obj) |
java.lang.Object |
DefaultModelVisitor.visitSubstitution(Substitution obj) |
default java.lang.Object |
IAbstractModelVisitor.visitSubstitution(Substitution obj) |
default java.lang.Object |
IDefaultModelVisitor.visitSubstitution(Substitution obj) |