|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UmlAssociation | |
| org.omg.uml.behavioralelements.collaborations | |
| org.omg.uml.behavioralelements.commonbehavior | |
| org.omg.uml.foundation.core | |
| Uses of UmlAssociation in org.omg.uml.behavioralelements.collaborations |
| Subinterfaces of UmlAssociation in org.omg.uml.behavioralelements.collaborations | |
interface |
AssociationRole
AssociationRole object instance interface. |
| Methods in org.omg.uml.behavioralelements.collaborations that return UmlAssociation | |
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. |
UmlAssociation |
AssociationRole.getBase()
Returns the value of reference base. |
| Methods in org.omg.uml.behavioralelements.collaborations with parameters of type UmlAssociation | |
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. |
Collection |
ABaseAssociationRole.getAssociationRole(UmlAssociation base)
Queries the instance objects that are 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 |
AssociationRole.setBase(UmlAssociation newValue)
Sets the value of reference base. |
| Uses of UmlAssociation in org.omg.uml.behavioralelements.commonbehavior |
| Methods in org.omg.uml.behavioralelements.commonbehavior that return UmlAssociation | |
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. |
UmlAssociation |
Link.getAssociation()
Returns the value of reference association. |
| Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type UmlAssociation | |
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. |
Collection |
AAssociationLink.getLink(UmlAssociation association)
Queries the instance objects that are 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 |
Link.setAssociation(UmlAssociation newValue)
Sets the value of reference association. |
| Uses of UmlAssociation in org.omg.uml.foundation.core |
| Subinterfaces of UmlAssociation in org.omg.uml.foundation.core | |
interface |
AssociationClass
AssociationClass object instance interface. |
| Methods in org.omg.uml.foundation.core that return UmlAssociation | |
UmlAssociation |
AssociationEnd.getAssociation()
Returns the value of reference association. |
UmlAssociation |
UmlAssociationClass.createUmlAssociation()
The default factory operation used to create an instance object. |
UmlAssociation |
UmlAssociationClass.createUmlAssociation(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
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. |
| Methods in org.omg.uml.foundation.core with parameters of type UmlAssociation | |
void |
AssociationEnd.setAssociation(UmlAssociation newValue)
Sets the value of reference association. |
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. |
List |
AAssociationConnection.getConnection(UmlAssociation association)
Queries the instance objects that are 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||