Book a Demo

Author Topic: Sequence Diagram  (Read 5236 times)

John Espitia

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Sequence Diagram
« on: November 04, 2016, 06:43:20 am »
Anyone have some information about generate sequence diagramas using Model Transformation? or some information or webpage to read about that?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Sequence Diagram
« Reply #1 on: November 04, 2016, 07:07:44 am »
May this is possible, but I don't think it makes sense. Transformation is intended to perform a static structure transformation. It can't know how things collaborate. Maybe if you implement a rule interpreter it can create SDs. But then again, what's the use of it? SDs are used to show how collaboration works in complicated conditions where a couple of human brains have discussions on the hows and whens.

q.
« Last Edit: November 04, 2016, 10:08:18 pm by qwerty »

bheggsum

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Sequence Diagram
« Reply #3 on: November 04, 2016, 10:11:31 pm »
This is about converting SD and CD to each other. They show the same thing in different ways. Again here: why? You create both diagrams with different intention. Now having the same thing shown in two ways duplicates work, since you have to maintain both diagrams when you make changes.

q.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Sequence Diagram
« Reply #4 on: November 05, 2016, 06:04:09 am »
I don't see how a transformation would help. What is your intention here?

q.