|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationRole | |
org.omg.uml.behavioralelements.collaborations |
Uses of AssociationRole in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return AssociationRole | |
AssociationRole |
AMessageCommunicationConnection.getCommunicationConnection(Message message)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
AssociationRole |
Message.getCommunicationConnection()
Returns the value of reference communicationConnection. |
AssociationRole |
AssociationRoleClass.createAssociationRole()
The default factory operation used to create an instance object. |
AssociationRole |
AssociationRoleClass.createAssociationRole(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
Multiplicity multiplicity)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type AssociationRole | |
boolean |
AMessageCommunicationConnection.exists(Message message,
AssociationRole communicationConnection)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AMessageCommunicationConnection.getMessage(AssociationRole communicationConnection)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AMessageCommunicationConnection.add(Message message,
AssociationRole communicationConnection)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AMessageCommunicationConnection.remove(Message message,
AssociationRole communicationConnection)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ABaseAssociationRole.exists(UmlAssociation base,
AssociationRole associationRole)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UmlAssociation |
ABaseAssociationRole.getBase(AssociationRole associationRole)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ABaseAssociationRole.add(UmlAssociation base,
AssociationRole associationRole)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ABaseAssociationRole.remove(UmlAssociation base,
AssociationRole associationRole)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Message.setCommunicationConnection(AssociationRole newValue)
Sets the value of reference communicationConnection. |
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.getConformingLink(AssociationRole playedRole)
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |