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.
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.
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.
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.
