Object - Association relationship (link)

Card Puncher Data Processing

About

Logical Data Modeling - Association

An Association is just the link on a class diagram that represents visually a relationship.

Example

Bank

Bank: Given a Bank, a particular accountNo identifies zero or one Person where:

  • the qualifier is the Property accountNo,
  • the qualified object is the Bank.

Uml Qualified Association Bank

Chessboard

  • where every possible value for Rank and File indicates an individual Square because the multiplicity is 1:1 (Therefore an individual Square on the Chessboard may be identified by rank and file)
  • with a composite relationship (black diamond)

Uml Qualified Composite Association Cheesboard

Documentation / Reference





Discover More
Uml Association Class
Object - Association Class

An Association Class is a class that holds association information between two class. relational association table - 2.5.1 - page 207 for the figure
Card Puncher Data Processing
Object - Relationship

in class (code). entity An Association is a structural relationship (a tuple) between the objects of two classes. A containment may be one of this form: composition - the building of object...



Share this page:
Follow us:
Task Runner