|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateArgument | |
org.omg.uml.foundation.core |
Uses of TemplateArgument in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return TemplateArgument | |
TemplateArgument |
TemplateArgumentClass.createTemplateArgument()
The default factory operation used to create an instance object. |
Methods in org.omg.uml.foundation.core with parameters of type TemplateArgument | |
boolean |
ABindingArgument.exists(Binding binding,
TemplateArgument argument)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Binding |
ABindingArgument.getBinding(TemplateArgument argument)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ABindingArgument.add(Binding binding,
TemplateArgument argument)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ABindingArgument.remove(Binding binding,
TemplateArgument argument)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AModelElementTemplateArgument.exists(ModelElement modelElement,
TemplateArgument templateArgument)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
AModelElementTemplateArgument.getModelElement(TemplateArgument templateArgument)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AModelElementTemplateArgument.add(ModelElement modelElement,
TemplateArgument templateArgument)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AModelElementTemplateArgument.remove(ModelElement modelElement,
TemplateArgument templateArgument)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |