Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
TemplateParameter |
IUmlModel.createTemplateParameter()
Create a TemplateParameter.
|
Modifier and Type | Method and Description |
---|---|
TemplateParameter |
IStandardModelFactory.createTemplateParameter() |
Modifier and Type | Method and Description |
---|---|
<T extends TemplateParameter> |
UmlModelElement.getDefaultParametering(java.lang.Class<T> filterClass)
Filtered Getter for relation 'UmlModelElement->DefaultParametering'
Metamodel description:
null
|
<T extends TemplateParameter> |
UmlModelElement.getTypingParameter(java.lang.Class<T> filterClass)
Filtered Getter for relation 'UmlModelElement->TypingParameter'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
TemplateParameter |
UmlModelElement.getOwnerTemplateParameter()
Getter for relation 'UmlModelElement->OwnerTemplateParameter'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TemplateParameter> |
UmlModelElement.getDefaultParametering()
Getter for relation 'UmlModelElement->DefaultParametering'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<TemplateParameter> |
UmlModelElement.getTypingParameter()
Getter for relation 'UmlModelElement->TypingParameter'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
UmlModelElement.setOwnerTemplateParameter(TemplateParameter value)
Setter for relation 'UmlModelElement->OwnerTemplateParameter'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends TemplateParameter> |
Operation.getTemplate(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Operation->Template'
Metamodel description:
In case of template operations, this association defines its template parameters.
|
<T extends TemplateParameter> |
NameSpace.getTemplate(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Template'
Metamodel description:
In the case of template classes, this association defines its template parameters.
|
Modifier and Type | Method and Description |
---|---|
TemplateParameter |
TemplateParameterSubstitution.getFormalParameter()
Getter for relation 'TemplateParameterSubstitution->FormalParameter'
Metamodel description:
The formal template parameter that is associated with this substitution.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TemplateParameter> |
Operation.getTemplate()
Getter for relation 'Operation->Template'
Metamodel description:
In case of template operations, this association defines its template parameters.
|
org.eclipse.emf.common.util.EList<TemplateParameter> |
NameSpace.getTemplate()
Getter for relation 'NameSpace->Template'
Metamodel description:
In the case of template classes, this association defines its template parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateParameterSubstitution.setFormalParameter(TemplateParameter value)
Setter for relation 'TemplateParameterSubstitution->FormalParameter'
Metamodel description:
The formal template parameter that is associated with this substitution.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitTemplateParameter(TemplateParameter obj) |
java.lang.Object |
IModelVisitor.visitTemplateParameter(TemplateParameter obj) |
java.lang.Object |
DefaultModelVisitor.visitTemplateParameter(TemplateParameter obj) |
default java.lang.Object |
IAbstractModelVisitor.visitTemplateParameter(TemplateParameter obj) |
default java.lang.Object |
IDefaultModelVisitor.visitTemplateParameter(TemplateParameter obj) |