|
-
Sep 12th, 2005, 08:42 AM
#1
Thread Starter
Fanatic Member
Flowchart to UML
Updated...
I am trying to figure out UML terminologies and how to convert from my old VB6 ways of doing things to the new .Net ways. I have attached a sample flow chart of what I would like to but I am not sure of how to chart it in UML. The flow chart is for an existing program that was written in VB6 and I am trying to port it over to C#.

It’s not much but I have started to layout the UML but I am not sure where else to go with it or if I am even going in the right direction with it. I have updated it with additional information which should better describe the objects I am using in this program.
I would like to try and describe what I think should happen in my Main() method to start using UML terminology. Based off of my flow chart my main would need the following;
Load plugins - Method
Check for command values - Method
Should GUI should be loaded - Method
Run plugin - Method
Exit
Within the UML how would you show that the above methods are run from within the Main method?

I am using Visio 2003 as my design tool to create these charts. Any pointers of how I should proceed would be greatly appreciated.
I think I am making this all harder then what it needs to be. But being new at this I am not sure which is the right question to ask.
Last edited by steve65; Sep 12th, 2005 at 02:01 PM.
This space for rent...
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
|