Modifier and Type | Method and Description |
---|---|
ITemplateParameter |
IUmlModel.createTemplateParameter()
Create a TemplateParameter.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITemplateParameter> |
IModelElement.getDefaultParametering(Class<T> filteredClass)
Get the list of ObTemplateParameter to the DefaultParametering association.
|
<T extends ITemplateParameter> |
IModelElement.getTypingParameter(Class<T> filteredClass)
Get the list of ObTemplateParameter to the TypingParameter association.
|
Modifier and Type | Method and Description |
---|---|
ITemplateParameter |
IModelElement.getOwnerTemplateParameter()
Get the OwnerTemplateParameter association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITemplateParameter> |
IModelElement.getDefaultParametering()
Get the list of ObTemplateParameter to the DefaultParametering association.
|
ObList<ITemplateParameter> |
IModelElement.getTypingParameter()
Get the list of ObTemplateParameter to the TypingParameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addDefaultParametering(ITemplateParameter element)
Add a ObTemplateParameter to the 'DefaultParametering' association.
|
void |
IModelElement.addTypingParameter(ITemplateParameter element)
Add a ObTemplateParameter to the 'TypingParameter' association.
|
void |
IModelElement.removeDefaultParametering(ITemplateParameter element)
Remove an ObTemplateParameter from the 'DefaultParametering' association.
|
void |
IModelElement.removeTypingParameter(ITemplateParameter element)
Remove an ObTemplateParameter from the 'TypingParameter' association.
|
void |
IModelElement.setOwnerTemplateParameter(ITemplateParameter element)
Setter for the 'OwnerTemplateParameter' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardDefaultParametering(Class<? extends ITemplateParameter> filteredClass)
Returns the number elements in the DefaultParametering association filtered with the given metaclass.
|
int |
IModelElement.cardTypingParameter(Class<? extends ITemplateParameter> filteredClass)
Returns the number elements in the TypingParameter association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITemplateParameter> |
IOperation.getTemplate(Class<T> filteredClass)
Get the list of ObTemplateParameter to the Template association.
|
<T extends ITemplateParameter> |
INameSpace.getTemplate(Class<T> filteredClass)
Get the list of ObTemplateParameter to the Template association.
|
Modifier and Type | Method and Description |
---|---|
ITemplateParameter |
ITemplateParameterSubstitution.getFormalParameter()
Get the FormalParameter association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITemplateParameter> |
IOperation.getTemplate()
Get the list of ObTemplateParameter to the Template association.
|
ObList<ITemplateParameter> |
INameSpace.getTemplate()
Get the list of ObTemplateParameter to the Template association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addTemplate(ITemplateParameter element)
Add a ObTemplateParameter to the 'Template' association.
|
void |
INameSpace.addTemplate(ITemplateParameter element)
Add a ObTemplateParameter to the 'Template' association.
|
void |
IOperation.removeTemplate(ITemplateParameter element)
Remove an ObTemplateParameter from the 'Template' association.
|
void |
INameSpace.removeTemplate(ITemplateParameter element)
Remove an ObTemplateParameter from the 'Template' association.
|
void |
ITemplateParameterSubstitution.setFormalParameter(ITemplateParameter element)
Setter for the 'FormalParameter' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardTemplate(Class<? extends ITemplateParameter> filteredClass)
Returns the number elements in the Template association filtered with the given metaclass.
|
int |
INameSpace.cardTemplate(Class<? extends ITemplateParameter> filteredClass)
Returns the number elements in the Template association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitTemplateParameter(ITemplateParameter theTemplateParameter) |
Object |
DefaultMetamodelVisitor.visitTemplateParameter(ITemplateParameter theTemplateParameter) |
Object |
AbstractMetamodelVisitor.visitTemplateParameter(ITemplateParameter theTemplateParameter) |