Author Topic: Auto generated diagrams in MDA Transformation  (Read 2233 times)

Stephane B

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Auto generated diagrams in MDA Transformation
« on: October 25, 2013, 07:13:33 pm »
Hi,
Is there a way not to generate diagrams in MDA Transformations?
When I transform a PIM into PSM (with templates I've written), I end up with a Package structure like:

Code: [Select]
- com
  |
  +- com (=empty class diagram)
  |
  +- my
     |
     +- my (=empty class diagram)
     |
     +- company
         |
         +- etc.

Is there a way (either in general options or in transformation templates) to get rid of these useless empty diagrams?

Thanks,
Stephane