Book a Demo

Author Topic: Setting order of Messages  (Read 3945 times)

Tomasz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Setting order of Messages
« on: December 19, 2014, 02:22:22 am »
If I open on "Message" connector - Sequence Communications Messages..

I see a list of all my messages with 1st Column named Position.
But I don't know why, those messages have reversed order.

They starting from '0.5' to '0.1' ( from Actor .. down to bottom ). So first object on a list has lable '0.5' and last has '0.1'.

So order is different than order of adding those in C# code.

Please help me with changing that in C# code ?

Thanks for your support.
« Last Edit: December 19, 2014, 02:22:54 am by tomaszlewandowski »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Setting order of Messages
« Reply #1 on: December 19, 2014, 08:07:31 pm »
I don't understand you question, sorry. Could you rephrase, or elaborate?

Geert

Tomasz

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Setting order of Messages
« Reply #2 on: December 19, 2014, 08:19:22 pm »
After I run my "C# generator" my diagram looks like that:

                      [Actor]
0.3 WriteInt ---   |
                      [Class1]
0.2 WriteData ---  |
                      [Class2]
0.1 Execute ---       |
                      [Class3]

Sorry for that kind of presentation.
So, as you see order is wrong. On that diagram
- lines between Actor , Class1, Class2 represents "Association" connector
- lines from method name to "Association" connectors represents "Collaboration/Message"connector (when you click on that you have Message Property window)
- Class1-3 are Object Instances diagram objects

So , I think now you should understand my problem with order.



« Last Edit: December 19, 2014, 08:26:10 pm by tomaszlewandowski »