Book a Demo

Author Topic: Include sequence diagram?  (Read 2786 times)

kuchhal

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Include sequence diagram?
« on: July 12, 2004, 01:21:31 pm »
Hi!, is there a way in Enterprise Architect to draw symbols that depicts that I am referring to one sequence diagram in another? For example the "include" message used in this figure - http://www.agilemodeling.com/style/sequenceDiagram.htm#Figure3

I tried using "Use Case" symbol but that also gets drawn as rectangle and not as ellipse.

kamil.svoboda

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Include sequence diagram?
« Reply #1 on: July 13, 2004, 01:02:03 am »
HI!

The same way as is described at agilemodeling.com is not possible (unfortunatelly) :( You have two another:
1) add related use case to the diagram as a diagram element with own lifeline and connect them by the message with the name <<include>>
2) use UML 2 feature - Fragment. Drag and drop Child Sequence diagram of the related Use Case to the diagram. "Ref" Fragment will be created. Then use Diagram Gate and connect them with message as in 1)

Kamil

kuchhal

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Include sequence diagram?
« Reply #2 on: July 13, 2004, 10:23:05 am »
Thank you for your reply.