|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationEnd | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.foundation.core |
Uses of AssociationEnd in org.omg.uml.behavioralelements.collaborations |
Subinterfaces of AssociationEnd in org.omg.uml.behavioralelements.collaborations | |
interface |
AssociationEndRole
AssociationEndRole object instance interface. |
Methods in org.omg.uml.behavioralelements.collaborations that return AssociationEnd | |
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. |
AssociationEnd |
AssociationEndRole.getBase()
Returns the value of reference base. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type AssociationEnd | |
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. |
Collection |
ABaseAssociationEndRole.getAssociationEndRole(AssociationEnd base)
Queries the instance objects that are 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. |
void |
AssociationEndRole.setBase(AssociationEnd newValue)
Sets the value of reference base. |
Uses of AssociationEnd in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return AssociationEnd | |
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. |
AssociationEnd |
LinkEnd.getAssociationEnd()
Returns the value of reference associationEnd. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type AssociationEnd | |
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. |
Collection |
AAssociationEndLinkEnd.getLinkEnd(AssociationEnd associationEnd)
Queries the instance objects that are 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. |
void |
LinkEnd.setAssociationEnd(AssociationEnd newValue)
Sets the value of reference associationEnd. |
Uses of AssociationEnd in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return AssociationEnd | |
AssociationEnd |
AQualifierAssociationEnd.getAssociationEnd(Attribute qualifier)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
AssociationEnd |
Attribute.getAssociationEnd()
Returns the value of reference associationEnd. |
AssociationEnd |
AssociationEndClass.createAssociationEnd()
The default factory operation used to create an instance object. |
AssociationEnd |
AssociationEndClass.createAssociationEnd(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type AssociationEnd | |
boolean |
AQualifierAssociationEnd.exists(Attribute qualifier,
AssociationEnd associationEnd)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AQualifierAssociationEnd.getQualifier(AssociationEnd associationEnd)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AQualifierAssociationEnd.add(Attribute qualifier,
AssociationEnd associationEnd)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AQualifierAssociationEnd.remove(Attribute qualifier,
AssociationEnd associationEnd)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Attribute.setAssociationEnd(AssociationEnd newValue)
Sets the value of reference associationEnd. |
boolean |
AAssociationConnection.exists(UmlAssociation association,
AssociationEnd connection)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
UmlAssociation |
AAssociationConnection.getAssociation(AssociationEnd connection)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AAssociationConnection.add(UmlAssociation association,
AssociationEnd connection)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAssociationConnection.remove(UmlAssociation association,
AssociationEnd connection)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ASpecifiedEndSpecification.exists(AssociationEnd specifiedEnd,
Classifier specification)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASpecifiedEndSpecification.getSpecification(AssociationEnd specifiedEnd)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASpecifiedEndSpecification.add(AssociationEnd specifiedEnd,
Classifier specification)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASpecifiedEndSpecification.remove(AssociationEnd specifiedEnd,
Classifier specification)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AParticipantAssociation.exists(Classifier participant,
AssociationEnd association)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Classifier |
AParticipantAssociation.getParticipant(AssociationEnd association)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AParticipantAssociation.add(Classifier participant,
AssociationEnd association)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AParticipantAssociation.remove(Classifier participant,
AssociationEnd association)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |