|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
org.omg.uml.foundation.core |
Uses of Binding in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Binding | |
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. |
Binding |
BindingClass.createBinding()
The default factory operation used to create an instance object. |
Binding |
BindingClass.createBinding(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Binding |
TemplateArgument.getBinding()
Returns the value of reference binding. |
Methods in org.omg.uml.foundation.core with parameters of type Binding | |
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. |
List |
ABindingArgument.getArgument(Binding binding)
Queries the instance objects that are 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. |
void |
TemplateArgument.setBinding(Binding newValue)
Sets the value of reference binding. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |