Book a Demo

Author Topic: Associated Class - reference  (Read 3082 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Associated Class - reference
« on: December 12, 2013, 09:34:44 am »
Hi,

we use the Associated Classes (AC)as messages between two applications - on very high level (business modelling). Such messages can have the same structure for several applications.

How would be it possible to reference one AC for more pairs of applications ?

E.g. (A = Application, AC = Associated Classes), see AC7

A1 --> AC7 --> A5
A3 --> AC2 --> A2
A2 --> AC7 --> A8

Thanks a lot,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Associated Class - reference
« Reply #1 on: December 12, 2013, 10:32:28 am »
You need to use the "lozenge" formed AC. That can be connected with more than one class via a simple association.

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Associated Class - reference
« Reply #2 on: December 12, 2013, 06:43:17 pm »
Michel,

You are using the wrong tool for the job.
AssociationClasses are meant to model static structure, not data flowing.
You are probably better of using Information Items (conveyed) or object flows (from Activity Diagrams).

Geert