Book a Demo

Author Topic: Components & services model + Physical model  (Read 2689 times)

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Components & services model + Physical model
« on: November 10, 2011, 08:44:46 pm »
Hi,

I defined a components model that stores a number of components
Each component has a number of ports and exposed interfaces
Each interface has a number of operations defined

I need to create a physical model to show a number of servers that will contain some components. Two separate servers can realize the same component : the need is to show all the interfaces that are already defined and maintained in the components model
I tried to use the deployment diagram but the same component cannot be copied twice. If I create a UML part, I cannot show all interfaces on the diagram (only the ports can be show via the embedded elements)
Has anyone got any advice on how to model this? Should I use a component diagram to represent the servers?

thanks!
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


pmason

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Components & services model + Physical model
« Reply #1 on: November 18, 2011, 09:22:34 am »
Would you not use instances instead of the actual component defnition? You can have many instances of a given component on a diagram.

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Components & services model + Physical model
« Reply #2 on: November 18, 2011, 09:03:47 pm »
Hi

That's what I eventually figured out

thx
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com