Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - heer1411

Pages: [1]
1
General Board / Re: how to split a sequence diagram
« on: October 05, 2018, 09:30:23 pm »
for splinting the sequence diagram you can use concept of "interaction ".
here you can divide the seuance diagram base on the function call. please follow below steps.
  • Decide the function which has generated biggest  flow.
  • make a smart copy of diagram.(i.e. Copy_Dia).
  • Delete decided function from original diagram.
  • Delete any other connectors form copy_Dia.
  • now , in original diagram right click and select new Element or Connector > Interaction
  • Place this interaction box at the place where decided function flow must happen.
  • now select and right click on interaction. then select New Child Diagram > composite
  • then from browser window select the copy diagram
  • click OK.
cheers !
your diagram is now divided in two parts. when you click on created interaction , other diagram will be opened.
if you want more splittings follow same steps every time.

 :)

Pages: [1]