|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkEnd | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of LinkEnd in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return LinkEnd | |
LinkEnd |
LinkEndClass.createLinkEnd()
The default factory operation used to create an instance object. |
LinkEnd |
LinkEndClass.createLinkEnd(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
LinkEnd |
ALinkEndQualifiedValue.getLinkEnd(AttributeLink qualifiedValue)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
LinkEnd |
AttributeLink.getLinkEnd()
Returns the value of reference linkEnd. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type LinkEnd | |
boolean |
AInstanceLinkEnd.exists(Instance instance,
LinkEnd linkEnd)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Instance |
AInstanceLinkEnd.getInstance(LinkEnd linkEnd)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AInstanceLinkEnd.add(Instance instance,
LinkEnd linkEnd)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInstanceLinkEnd.remove(Instance instance,
LinkEnd linkEnd)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AAssociationEndLinkEnd.exists(AssociationEnd associationEnd,
LinkEnd linkEnd)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
AssociationEnd |
AAssociationEndLinkEnd.getAssociationEnd(LinkEnd linkEnd)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AAssociationEndLinkEnd.add(AssociationEnd associationEnd,
LinkEnd linkEnd)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAssociationEndLinkEnd.remove(AssociationEnd associationEnd,
LinkEnd linkEnd)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ALinkConnection.exists(Link link,
LinkEnd connection)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Link |
ALinkConnection.getLink(LinkEnd connection)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ALinkConnection.add(Link link,
LinkEnd connection)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ALinkConnection.remove(Link link,
LinkEnd connection)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ALinkEndQualifiedValue.exists(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
ALinkEndQualifiedValue.getQualifiedValue(LinkEnd linkEnd)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ALinkEndQualifiedValue.add(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ALinkEndQualifiedValue.remove(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Removes a link between a pair of instance objects in the current associations link set. |
void |
AttributeLink.setLinkEnd(LinkEnd newValue)
Sets the value of reference linkEnd. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |