Book a Demo

Author Topic: How to show information passed between elements?  (Read 13722 times)

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
How to show information passed between elements?
« on: November 26, 2014, 05:44:43 am »
Say I have to components on component diagram and I want to show that component A passes class DATA to component B.
A--[DATA]-->B.

Yes, I can use information flow connector for that, but it is useless for me because I need to see the structure of class DATA.

The same is for communication diagram, when I want to show what object is being passed between elements.

Is there any practices to solve such problems?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to show information passed between element
« Reply #1 on: November 26, 2014, 06:04:28 am »
When using information flow you can specify the classes which are being conveyed. Isn't that what you want to do?

q.

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
Re: How to show information passed between element
« Reply #2 on: November 26, 2014, 07:27:00 pm »
Quote
When using information flow you can specify the classes which are being conveyed. Isn't that what you want to do?

q.

Information flow doesn't show contents of data being passed, only elements name. I want to show what object and what attributes are being passed.

information flow: A--[DATA]-->B
I want to show: A--[DATA{attribute1=value1,attribute2=value2}]-->B

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to show information passed between element
« Reply #3 on: November 26, 2014, 08:37:25 pm »
For that purpose OMG has standardized sequence diagrams.

q.