Reputation: 1117
I am totally new to UML and I am using the trial version of Delphi XE4 currently. I am trying to create UML design for my project which is built using Delphi 2009. When I open project in Delphi XE4, I am able to see Class diagram in "Model View" option for each pas file but there is no relationship among the classes. There are more than 100 pas files in my project.
I am not clear is it possible to get all UML diagrams automatically? Or I need to create it each diagram manually?
Basically i want to know how much complecated my current project is to migrate to JAVA. i wanted to perform Reverse Engineering.
Upvotes: 1
Views: 2212
Reputation: 613332
To the best of my knowledge, the IDE's built in UML diagram support does not reverse engineer code into diagrams. Various third party tools claim this ability, for example ModelMaker, Enterprise Architect, Rational Rose, etc.
Upvotes: 1