Book a Demo

Author Topic: EA cannot copy state-transitions?  (Read 5663 times)

johnm9

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
EA cannot copy state-transitions?
« on: June 17, 2008, 07:53:02 pm »
I'm trying to create a new state machine and all its substates and transitions based on an old state machine already drawn in its state diagram.

I have highlighted the old state machine and all its internal states can click copy. When I paste the old state machine in the new diagram as a "new" model, it simply copy the state machine and all its internal states, the linkage between the interal states are lost...

Is that a bug? Any workaround for me to get over it?

Frank Horn

  • EA User
  • **
  • Posts: 535
  • Karma: +1/-0
    • View Profile
Re: EA cannot copy state-transitions?
« Reply #1 on: June 17, 2008, 08:27:33 pm »
Workaround: export the package containing the state machine to xmi and import it to another package with the strip guids option.

johnm9

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Re: EA cannot copy state-transitions?
« Reply #2 on: June 18, 2008, 11:03:33 am »
Thanks Horns, its helpful.
But will "copy and paste by model" be added as a native function to the EA? Actually, I don't quite understand why there seems many UML tools try to hide those transitions and connectors from the project browser and provide very little support in their copy and paste.

I used to be a Rhapsody user in my prior company. Their tools support it very well. So, is this very difficult to be handled indeed?