|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of Link in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Link | |
boolean |
AParticipatingLinkCollaborationInstanceSet.exists(Link participatingLink,
CollaborationInstanceSet collaborationInstanceSet)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AParticipatingLinkCollaborationInstanceSet.getCollaborationInstanceSet(Link participatingLink)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AParticipatingLinkCollaborationInstanceSet.add(Link participatingLink,
CollaborationInstanceSet collaborationInstanceSet)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParticipatingLinkCollaborationInstanceSet.remove(Link participatingLink,
CollaborationInstanceSet collaborationInstanceSet)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
APlayedRoleConformingLink.exists(AssociationRole playedRole,
Link conformingLink)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
APlayedRoleConformingLink.getPlayedRole(Link conformingLink)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
APlayedRoleConformingLink.add(AssociationRole playedRole,
Link conformingLink)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
APlayedRoleConformingLink.remove(AssociationRole playedRole,
Link conformingLink)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Link in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of Link in org.omg.uml.behavioralelements.commonbehavior | |
interface |
LinkObject
LinkObject object instance interface. |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Link | |
Link |
Stimulus.getCommunicationLink()
Returns the value of reference communicationLink. |
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. |
Link |
LinkEnd.getLink()
Returns the value of reference link. |
Link |
AStimulusCommunicationLink.getCommunicationLink(Stimulus stimulus)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Link |
LinkClass.createLink()
The default factory operation used to create an instance object. |
Link |
LinkClass.createLink(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Link | |
boolean |
AAssociationLink.exists(UmlAssociation association,
Link link)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UmlAssociation |
AAssociationLink.getAssociation(Link link)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AAssociationLink.add(UmlAssociation association,
Link link)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAssociationLink.remove(UmlAssociation association,
Link link)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Stimulus.setCommunicationLink(Link newValue)
Sets the value of reference communicationLink. |
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. |
Collection |
ALinkConnection.getConnection(Link link)
Queries the instance objects that are 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. |
void |
LinkEnd.setLink(Link newValue)
Sets the value of reference link. |
boolean |
AStimulusCommunicationLink.exists(Stimulus stimulus,
Link communicationLink)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AStimulusCommunicationLink.getStimulus(Link communicationLink)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AStimulusCommunicationLink.add(Stimulus stimulus,
Link communicationLink)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStimulusCommunicationLink.remove(Stimulus stimulus,
Link communicationLink)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AOwnedLinkOwner.exists(Link ownedLink,
Instance owner)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Instance |
AOwnedLinkOwner.getOwner(Link ownedLink)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AOwnedLinkOwner.add(Link ownedLink,
Instance owner)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOwnedLinkOwner.remove(Link ownedLink,
Instance owner)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |