Book a Demo

Author Topic: How to link component model with class model  (Read 3196 times)

fausto bertoli

  • EA User
  • **
  • Posts: 65
  • Karma: +0/-0
    • View Profile
How to link component model with class model
« on: March 15, 2012, 03:14:48 am »
We have a class model composed by several packages each one modeling specific functionalites.
We want to define a component model make by package component hierarchy and components on the leaf levels.
How can we define which class packages are included within a component?
Once the components has been defined the high level package components must be used as artifact within the deployment model to define how these elements must be deployed?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to link component model with class model
« Reply #1 on: March 15, 2012, 05:24:38 pm »
As far as I understand from the UML superstructure you should create ComponentRealizations (a specialized type of Realization) from the classifiers in your packages to your Components.

See UML superstructure v 2.4.1 starting at page 149 (165)

Geert

fausto bertoli

  • EA User
  • **
  • Posts: 65
  • Karma: +0/-0
    • View Profile
Re: How to link component model with class model
« Reply #2 on: March 16, 2012, 09:27:16 am »
thanks  :)