N
Norman Hines
I'm trying to document my Visual C++ project in UML on Visio. My project has
a main thread for the GUI, and three worker threads for serial I/O (two
receiver threads and a transmitter thread). Visual C++ makes thread
controller functions global functions instead of members of object-oriented
classes or objects. I should not use a Class icon to document these threads
(or their controlling functions), but I cannot make a <<thread>> stereotype
object appear on my class diagram. The stereotype exists, but it isn't
available to the UML Class icon.
a main thread for the GUI, and three worker threads for serial I/O (two
receiver threads and a transmitter thread). Visual C++ makes thread
controller functions global functions instead of members of object-oriented
classes or objects. I should not use a Class icon to document these threads
(or their controlling functions), but I cannot make a <<thread>> stereotype
object appear on my class diagram. The stereotype exists, but it isn't
available to the UML Class icon.