Book a Demo

Author Topic: Relation between classes in different packages  (Read 2293 times)

e_borshch

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Relation between classes in different packages
« on: December 11, 2006, 07:49:01 am »
Hi, All!

Here is the story:

On the class diagram I have few packages:
classes - the set of classes which has been developed for the project;
framework (inside classes) - the set of typical classes for different i/o operations
some other packages (not important for the moment)

All packages and their structure has been imported (of course) from my local dirs structure by EA.

I'd like to be able to add class to the classes package which will generalize a class from framework package and will import its methods and properties automatically (in other words I'd like to get the same picture like in case of using generalization between classes from same package - Override Operations/Interfaces dialog).

I've found the way how to connect classes with Advanced Settings->Element Parent dialog (ctrl + i) of class context menu, but this feature not attempts to import methods.

So please advise how I can do this. Other question - how to change the set of imported properties/methods (the same package) if some of them has been imported once.

Thanks for your attention,
With best regards, Eugen

e_borshch

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Relation between classes in different packages
« Reply #1 on: December 11, 2006, 08:54:57 am »
Little specification:

I have found the way for generalizing of classes between different packages with usage of links (adding of class as link into other package), but this is very partly solution as this way I'll get diagrams with a huge number of classes...
So I still need help

Thank you
With regards, Eugen