|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationEndRole | |
org.omg.uml.behavioralelements.collaborations |
Uses of AssociationEndRole in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return AssociationEndRole | |
AssociationEndRole |
AssociationEndRoleClass.createAssociationEndRole()
The default factory operation used to create an instance object. |
AssociationEndRole |
AssociationEndRoleClass.createAssociationEndRole(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability,
Multiplicity collaborationMultiplicity)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type AssociationEndRole | |
boolean |
AAssociationEndRoleAvailableQualifier.exists(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AAssociationEndRoleAvailableQualifier.getAvailableQualifier(AssociationEndRole associationEndRole)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AAssociationEndRoleAvailableQualifier.add(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAssociationEndRoleAvailableQualifier.remove(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ABaseAssociationEndRole.exists(AssociationEnd base,
AssociationEndRole associationEndRole)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
AssociationEnd |
ABaseAssociationEndRole.getBase(AssociationEndRole associationEndRole)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ABaseAssociationEndRole.add(AssociationEnd base,
AssociationEndRole associationEndRole)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ABaseAssociationEndRole.remove(AssociationEnd base,
AssociationEndRole associationEndRole)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |