D
dkode
Guest
Simple question I believe,
I am using Visio to create UML diagrams of my use cases/static structure diagrams
Now, when i create two objects and then create a relationship between them, what exactly does this accomplish when i generate vb.net code from the uml diagram.
It places a private variable into the class that has the 1 end of the relationship like so:
Private End1 As ArrayList()
I'm not sure what this accomplishes or if creating relationships in Visio is just so you can see how objects relate to each other?
Thanks
I am using Visio to create UML diagrams of my use cases/static structure diagrams
Now, when i create two objects and then create a relationship between them, what exactly does this accomplish when i generate vb.net code from the uml diagram.
It places a private variable into the class that has the 1 end of the relationship like so:
Private End1 As ArrayList()
I'm not sure what this accomplishes or if creating relationships in Visio is just so you can see how objects relate to each other?
Thanks