Book a Demo

Author Topic: Import AS3 code for generating Logical Diagram  (Read 2020 times)

rkpaul

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Import AS3 code for generating Logical Diagram
« on: January 27, 2009, 04:23:20 am »
Hi.
I am evaluating this software to see if we could generate the UML diagrams out of the AS3 codebase that have already been coded.

I imported the AS3 code using the reverse engineering. I was trying to see the logical diagram for the entire code. In the options, i chose 'Create package per namespace'.
I get multiple logical diagrams and i had to go into individual package structure to see the diagrams. There is also a root level diagram, but doesn't have much.
How do i generate 1 logical diagram with different packages and showing the relationships too.

I have something like this.
com.domain.model.xyz
com.domain.controller.forms.xyz
com.domain.controller.actions.xyz
com.domain.view.pack1.xyz
com.domain.view.pack2.xyz

etc...

They all have relations ships with each other. I would like to see a general picture showing the relationsships in the class diagram.

Could someone please help me with this.

Thanks.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import AS3 code for generating Logical Diagram
« Reply #1 on: January 27, 2009, 09:24:01 am »
EA doesn't automatically create a diagram with everything on it.  (In all but trivial projects this would quickly become unreadable.)  Look on this forum for 'Insert Related Elements' and the Relationships window to see recommendations for how to create useful diagrams.