Book a Demo

Author Topic: Actionscript 3 Class Diagram code generation issu  (Read 2426 times)

IguanoDon

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Actionscript 3 Class Diagram code generation issu
« on: September 07, 2011, 06:35:11 pm »
Hi all,
I’m using Entreprise Architect v8.0, to design a Class Diagram for an Actionscript 3 project.

When I generate the code of my classes by EA, the instantiation of Direct linked classes is wrong.

For example:
I have two classes: Controller and NetworkManager
They are associated by a Directed Association  
Controller -> NetworkManager, (Controller uses Networkmanager)

When EA generate the code for classes, i found a new instance of Controller class in the NetworkManager class, I’ts strange.

Is it a bug in EA Actionscript code generation  ?
if not :
Is there an option somewhere in EA settings to resolve this issu ?

Thanks in advance for any help.
Iguano.