Book a Demo

Author Topic: Getting the class path in code generation  (Read 2866 times)

cm99

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Getting the class path in code generation
« on: August 05, 2008, 07:27:05 pm »
I am writing a custom code generation template. I need to get the class path for the source end of a generalization connector. So I am on the super type and I want to generate a list of sub-type with their full path as part of the definition of the super-type.

I can retrieve the class name using the %connectorSourceElemName% substitution, but there seems to be no way to get the full class path.

I wonder if anyone has any ideas.

Thank you
Chris