Author Topic: Flow relationship changes to double arrow when adding an information item  (Read 5882 times)

Ron Beernink

  • EA User
  • **
  • Posts: 24
  • Karma: +1/-0
    • View Profile
Why does Sparx EA change the Archimate "Flow" relationship line from a single arrow to a double arrow when I add an information item?   Having the double arrow does not add any value and makes for a more messy diagram!

This happens when I right click on the line and select Advanced-->Information Flows Realized.. from the context menu, and select or create an business object or application data element; see example below
https://drive.google.com/file/d/1Usw8nHRccRAcgJxR0o8fG2YXgjJPCWJ0/view?usp=sharing

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: Flow relationship changes to double arrow when adding an information item
« Reply #1 on: November 16, 2020, 03:09:21 pm »
You are mixing your notations, adding a UML construct (information flow/information item) to an ArchiMate relationship. I believe the ArchiMate solution to what you want to do is to add the payload element (e.g. Business Object) to the diagram and then draw an Association from Business Object to the Flow connector.
The Sparx Team
[email protected]

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1308
  • Karma: +120/-10
  • Its the results that count
    • View Profile
Re: Flow relationship changes to double arrow when adding an information item
« Reply #2 on: November 16, 2020, 04:31:49 pm »
You are mixing your notations, adding a UML construct (information flow/information item) to an ArchiMate relationship. I believe the ArchiMate solution to what you want to do is to add the payload element (e.g. Business Object) to the diagram and then draw an Association from Business Object to the Flow connector.
Yes indeed you are right KP except between two application components it would be a data object as that is used at the application layer and business objects are used in the business layer.

See some examples in figure 53 in ArchiMate Cookbook
http://www.hosiaisluoma.fi/ArchiMate-Cookbook.pdf
or 3rd diagram in this blog
https://bizzdesign.com/blog/practical-archimate-viewpoints-for-the-application-layer/

You can also have a flow between two application components and simply name the flow instead of having a data object. IIRC it was called the Application Cooperation  viewpoint. Here is an example but without the flows being named.
https://sparxsystems.com/resources/tutorials/archimate/index.html#Application-Cooperation-Viewpoint

The older ArchiMate Specs 1.0 to 2.1 if I recall correctly used to have examples of view points but they appear to have taken them out of the latest spec. Hinkelmann has these original viewpoints as part of his lectures.
http://knut.hinkelmann.ch/lectures/EA2012/EA_4b_ArchiMate_Views_and_Viewpoints.pdf

I guess at some point you may want more detail down to attributes describing what that flow consists of in which case you may use a UML class diagram with attributes. Marc Lankhorst talks about mixing notations for modelling different levels of detail in his book and on his blog as he recognises that ArchiMate doesn't have attributes for data objects.
« Last Edit: November 16, 2020, 05:27:46 pm by Sunshine »
Happy to help
:)

Thelonius

  • EA User
  • **
  • Posts: 274
  • Karma: +6/-0
  • I think. Therefore I get paid.
    • View Profile
Re: Flow relationship changes to double arrow when adding an information item
« Reply #3 on: November 17, 2020, 10:45:46 am »
You can also have a flow between two application components and simply name the flow instead of having a data object.

This is what we do a lot of...

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1308
  • Karma: +120/-10
  • Its the results that count
    • View Profile
Re: Flow relationship changes to double arrow when adding an information item
« Reply #4 on: November 17, 2020, 05:15:57 pm »
You can also have a flow between two application components and simply name the flow instead of having a data object.

This is what we do a lot of...
#MeToo
Happy to help
:)

Ron Beernink

  • EA User
  • **
  • Posts: 24
  • Karma: +1/-0
    • View Profile
I finally got around to looking at the replies.   Thanks for these.   Unfortunately it doesn't answer my concern
  • I am not using UML and sticking to Archimate, so that doesn't explain why Sparx changes the line style to a double arrow when I associate a data object to the information flow
  • Good to have highlighted that the information flow between application components should be for data and not business objects.  But this doesn't effect the Sparx behaviour in changing the line style
  • Yes, you can associate the data object element to a flow relationship as shown in the Practical Archimate Viewpoint blog, but that quickly makes for a messy diagram when you are dealing with a number of data objects.
  • And yes, the simple option is to use the relationship description to state when is being exchanged between for example application components.   But this defeats one of the key benefits of modelling in that it does not allow you to determine easily for a data or business object what all of its related information flows are across the enterprise architecture landscape.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8052
  • Karma: +118/-20
    • View Profile
I am not using UML and sticking to Archimate, so that doesn't explain why Sparx changes the line style to a double arrow when I associate a data object to the information flow
As soon as you use Information Flows Realized you're using UML. ArchiMate doesn't have that concept.

What you are appear to be seeing (without me looking at anything other than your image) is that EA has drawn the ArchiMate connector, then added the UML indicator for information flows on top. I doubt that the shape script even has a way to detect information flows, let alone a way to customize it.

Ron Beernink

  • EA User
  • **
  • Posts: 24
  • Karma: +1/-0
    • View Profile
I am not using UML and sticking to Archimate, so that doesn't explain why Sparx changes the line style to a double arrow when I associate a data object to the information flow
As soon as you use Information Flows Realized you're using UML. ArchiMate doesn't have that concept.

What you are appear to be seeing (without me looking at anything other than your image) is that EA has drawn the ArchiMate connector, then added the UML indicator for information flows on top. I doubt that the shape script even has a way to detect information flows, let alone a way to customize it.
This is interesting.  So if I create an Archimate Flow Relationship, I can add a description but not define for what specific objects the flow realises?   Trouble is that descriptions are little use when reporting on your model.  So what is the best way to model what objects are associated with what information flows if this can't be done in Archimate-compliant way?  I'm guessing that using the Common "Information Flow" Relationship may be the answer.