Book a Demo

Author Topic: code generation based on dependencies and associa  (Read 3801 times)

angel-o-sphere

  • EA User
  • **
  • Posts: 112
  • Karma: +0/-0
    • View Profile
code generation based on dependencies and associa
« on: March 11, 2004, 09:36:05 am »
Hi,

is it possible to generate code based on dependencies?

It seems currently impossible to add a complete new template, it seems only predefined ones can be used.

I like to have a template which traverses all dependencies (manually drawn dependency links) with a given stereotype (e.g. <<import>>) to emmit some extra code.

Any ideas if that is allready possible?

Regards,
  angel'o'sphere

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: code generation based on dependencies and asso
« Reply #1 on: June 24, 2004, 11:13:36 am »
I too would like this feature - as a C++ developer the need to get #includes inot my code means my team will simply code by hand - thus I miss all of the implementation level dependencies between classes - argh.

We have mandated that any #include MUST be matched by a dependency in the diagram - but this is nigh on impossible to police...