Author Topic: How to split sequence diagram  (Read 3407 times)

Miroslav Fris

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • That's me!
    • View Profile
How to split sequence diagram
« on: February 03, 2003, 02:24:46 am »
Hi,

Please, can anybody give me an advice how to split very wide sequence diagram, that has grown to that size, into two or more diagrams ??
One message causes many new objects and messages, so to separate this message and consequent ones into new diagram.

I have tried Copy and paste method, but no success.

Thanks a lot.

Takeshi_KOUNO

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: How to split sequence diagram
« Reply #1 on: February 03, 2003, 01:58:53 pm »
Hello mfris,

I'm afraid if the following way goes well or not, but
there is a way using XMI file.

First, export the diagram into XMI file. XMI is XML text file, so
you can modify with your text editor.

Copy the XMI file, and delete some sequences of each file.
And import the file.

I think it depends on how to edit the file, so please try. ;)

--
Takeshi KOUNO