Book a Demo

Author Topic: Problem with Transformation  (Read 2480 times)

Hung Tran Dinh

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Problem with Transformation
« on: February 26, 2007, 12:29:42 am »
Hi,

I am using the EA v6.5.802, i have a problem when trying to transform constraints of attributes/associations/roles? There is not any constraints transformed. I tried with C#_Code_Template and C#_Transform_Template.

Any help?

Regards,
TDHung

Hung Tran Dinh

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Problem with Transformation
« Reply #1 on: February 27, 2007, 03:01:53 am »
Thank you for looking at this thread. I worked around by using Tagged Values :'(. But i am still wondering how to transform constrainst to Platform Specific Model? It seems that there is no way to access to values of constraints in a Code Template.

Any help will be appreciated :D

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Problem with Transformation
« Reply #2 on: February 27, 2007, 03:06:29 pm »
No, there currently isn't any way to directly access the constraints in the code template framework.

However, it is possible to access them using an addin and the EXEC_ADD_IN macro.

Hung Tran Dinh

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Problem with Transformation
« Reply #3 on: February 27, 2007, 10:39:42 pm »
Thank simonm very much ;)