|
-
Dec 22nd, 2003, 04:13 AM
#1
Thread Starter
Frenzied Member
Visio and VB.NET???
Hello!
Im currently writing a class UML diagram in visio, and I have a problem...
If I have like this in vb code:
VB Code:
class Hello : inherits ArrayList
class bye
'Implement class bye
end class
end class
HOW do I draw this in Visio? The class bye is a subclass of class hello, and class hello inherits ArrayList (should .NET classes be on a class diagram???)
Question nr 2:
if I have a class which has a method like this:
VB Code:
class Whatever
public function(byval oHello as Hello) as string
'do something with oHello
end function
end class
How should I write the UML class diagram? should the Whatever class be a standalone class or should there be some kind of depencence between that class and the Hello chass?
I hope you understand the question
merry christmas
Henrik
Last edited by MrNorth; Dec 22nd, 2003 at 07:36 AM.
-
Dec 22nd, 2003, 08:19 AM
#2
Fanatic Member
If you are using enterprise architect, you can auto generate the UML in visio - (reverse engineer).
-
Dec 22nd, 2003, 09:10 AM
#3
Thread Starter
Frenzied Member
Sorry, I only use enterprise developer. I have the Office XP version of Visio...
Can anyone suggest what connectors should be used or if the chasses should exist as standalone entities on the class diagram?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|