Book a Demo

Author Topic: Class dependencies and Java import statements  (Read 2575 times)

brent

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Class dependencies and Java import statements
« on: April 14, 2004, 11:28:29 pm »
Hi,

I'm currently modelling a Java system using EA and was wondering why class dependencies are not translated into Java import statements during code generation.

For example:

Cricket --> pkg::Weather

Cricket.java:

Code: [Select]
import pkg.Weather;

public class Cricket{

}


Am I using the wrong relationship to model this sort of dependency or does the feature just not exist? I have had a look through the code generation templates and can't see a way to configure this sort of thing.

Cheers,

Brent.