Book a Demo

Author Topic: Component Diagram -> Socket Ball Notation  (Read 9563 times)

neinc

  • EA Novice
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Component Diagram -> Socket Ball Notation
« on: November 27, 2015, 02:23:08 am »
Hi,

how can I connect an exposed REQUIRED interface (Socket) and an exposed PROVIDED interface (ball) together to make them look likean assembly connector?

Regards
Christian

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Component Diagram -> Socket Ball Notation
« Reply #1 on: November 27, 2015, 02:56:20 am »
Hi Christian,


You don't connect the exposed interfaces directly. The assembly is itself a connector which you draw from the required to the provided interface.

The assembly connector is available in the Component Relationships toolbox in component diagrams; you can also draw the connector using the quick-linker.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Component Diagram -> Socket Ball Notation
« Reply #2 on: November 27, 2015, 06:29:12 am »
If you have embedded interfaces you can drag them onto the diagram and additionally connect them with an assembly. I have seen that but it looks weird and Uffe's method is preferred. In this case I use dependencies. You can also have realizations to interfaces and opt for Show Realized Interfaces. These can not be touched in any way. They are just visual indicators and not concrete moveable elements.

q.
« Last Edit: November 27, 2015, 06:30:00 am by qwerty »

neinc

  • EA Novice
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Component Diagram -> Socket Ball Notation
« Reply #3 on: December 10, 2015, 08:03:48 pm »
Other tools (e.g. MID Innovator) support the behaviour that I have described. In my opinion, this is the only way way that really makes sense, because an additional connector between exposed interfaces just makes the diagrams look more confusing.