Association
No edit summary |
No edit summary |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
===== | ===== <message>Write the content here to display this box</message>Introduction ===== | ||
Also called a link, an association is the connection between classes | Also called a link, an '''association''' is the connection between [[Documentation:Class|classes]] and therefore between the [[Documentation:Objects|objects]] and data tables in the underlying database. | ||
Associations can be | Associations can be ordered. This adds information about in which order objects at the other end of the association should be returned (if not sorted by other means). | ||
====== See also ====== | ====== See also: ====== | ||
[[OCLOperators add|Add]] | * [[Documentation:OCLOperators add|OCLOperators Add]] | ||
* [[Training:Derived attributes & associations|Derived attributes & associations]] | |||
[[Derived attributes & associations]] | * [[Documentation:Derived settable associations|Derived settable associations]] | ||
* [[Training:Association classes|Association classes]] | |||
[[Derived settable associations]] | * [[Documentation:Adding a link object|Adding a link object]] | ||
[[Association classes]] | |||
[[Adding a link object]] | |||
[[Category:Associations]] | [[Category:Associations]] | ||
[[Category:UML]] | [[Category:UML]] | ||
{{Edited|July|12|2025}} |
Latest revision as of 05:26, 22 January 2025
This page was created by Lars.olofsson on 2022-07-30. Last edited by Stephanie on 2025-01-22.
Introduction
Also called a link, an association is the connection between classes and therefore between the objects and data tables in the underlying database.
Associations can be ordered. This adds information about in which order objects at the other end of the association should be returned (if not sorted by other means).