Author Topic: Scripting MDA Transformation  (Read 2389 times)

krishna

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Scripting MDA Transformation
« on: November 06, 2014, 02:37:30 pm »
Hi,
Could anyone suggest on how to perform MDA Transformation automatically using scripts (Java or C#). We want to create a job that automatically converts Platform Independent UML Packages to Platform Specific UML Packages using custom MDA Transformation templates.


Thanks,
I.K.Chaitanya

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: Scripting MDA Transformation
« Reply #1 on: November 06, 2014, 03:00:23 pm »
Project.TransformElement or Project.TransformPackage

See Project Class