|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateParameter | |
org.omg.uml.foundation.core |
Uses of TemplateParameter in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return TemplateParameter | |
TemplateParameter |
AParameterParameterTemplate.getParameterTemplate(ModelElement parameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
TemplateParameter |
TemplateParameterClass.createTemplateParameter()
The default factory operation used to create an instance object. |
Methods in org.omg.uml.foundation.core with parameters of type TemplateParameter | |
boolean |
ADefaultElementDefaultedParameter.exists(ModelElement defaultElement,
TemplateParameter defaultedParameter)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
ADefaultElementDefaultedParameter.getDefaultElement(TemplateParameter defaultedParameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ADefaultElementDefaultedParameter.add(ModelElement defaultElement,
TemplateParameter defaultedParameter)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADefaultElementDefaultedParameter.remove(ModelElement defaultElement,
TemplateParameter defaultedParameter)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATemplateTemplateParameter.exists(ModelElement template,
TemplateParameter templateParameter)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
ATemplateTemplateParameter.getTemplate(TemplateParameter templateParameter)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATemplateTemplateParameter.add(ModelElement template,
TemplateParameter templateParameter)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATemplateTemplateParameter.remove(ModelElement template,
TemplateParameter templateParameter)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AParameterParameterTemplate.exists(ModelElement parameter,
TemplateParameter parameterTemplate)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
AParameterParameterTemplate.getParameter(TemplateParameter parameterTemplate)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AParameterParameterTemplate.add(ModelElement parameter,
TemplateParameter parameterTemplate)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParameterParameterTemplate.remove(ModelElement parameter,
TemplateParameter parameterTemplate)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |