adamboduch
Joined: 2010/06/04 00:38
Messages: 9
Location: Toronto
Offline
|
|
|
|
It is by no means compulsory to model object-oriented systems with the UML. However, this is the intended use of the UML.
Sequence diagrams are useful for showing the time-ordering of messages passed between instances. This probably isn't all that helpful for a procedural language.
You're probably better off using an activity diagram as it can map well to a procedure. There are plenty of resources on the web for getting started with activity diagrams.
|