Book a Demo

Author Topic: exporting state charts  (Read 2087 times)

Mischa81_II

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
exporting state charts
« on: May 11, 2006, 01:00:01 am »
Hi all,

I'm using EA to create state charts and export them as XMI to passed the model to my custom Open Architect Ware (oAW) code generater.
The problem is EA generates strange XMI output. All states regardless of which type they are, are mapped to a SimpleState . I marked some states as CompositeState, set the taggedValues isComposite and/or isSubmachineState but no matter what I'm doing at the XMI-export all states listed as SimpleState.
I also tried different types of export (1.0, 1.1, 1.2, with included and excluded EA-tags...) but nothing works!

As result the oAW generator isn't able to traverse substates of CompositeStates due to all states listet plain under the single CompositeState "{top} state".
Some of my EA-XMI exports have a plain structure after importing even when using EA for the import.

Aren't EA able to import it's own exports?

This is a major problem in the context of the mda process at our current project. If we couldn't find a workaround for this problem we unfortunately need to switch our UML-Tool.

If someone had similar problems, maybe even in association with oAW, plz help me.

« Last Edit: May 11, 2006, 01:01:14 am by Mischa81_II »