Author Topic: Reverse engineering dependency links between class  (Read 2069 times)

Thusitha

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reverse engineering dependency links between class
« on: April 16, 2010, 04:13:29 pm »
Hi,
I would like to use enterprise architect version 7.5 to reverse engineer a Web site system and forward engineer it from then on.  

The source code is written in C#. A simplified version of the code is as follows:

I have two packages implemented as namespaces, Utilities and Consumers. Consumers has static classes C1 and C2 and Utilities has a static class U1. A method in C1 accesses/uses a method in U1.  A method in C2 accesses/uses a method in C1. The C# file with the Consumers namespace has the statement  “using Utilities” in it.

Can the EA code re-engineering create the dependency links from C1 to U1 and from C2 to C1 when importing these two packages?

Thanks in advance.
Kind Regards!