Just Another Teaching of Software Engineering (2006-07)

This website archives the teaching and learning of a Software Engineering course. It supports teaching and learning during the course of study (September 2006 to May 2007). After the course, it is an archive for reference and sharing.

Tutorial#13 Review on UML Modeling

In this tutorial, you will do some class exercises to review UML modeling. Three questions are about class diagrams, and another two are about statechart diagrams and activity diagrams.

If you find yourself unable to get the right answers to those five questions, it means that you are still not familiar with basic object-oriented modeling knowledge. If so, spare some time to review the course materials on the topic.

* * *

1 Comment(s)

  1. Comment by Steven Choy on January 19, 2007 10:09 am

    I learn that some students have query on the multiplicity values and their indicators when constructing class diagrams. Here gives you an overview.

    0..1 –> Zero or one
    1 –> One only
    0..* –> Zero or more
    * –> Zero or more
    1..* –> One or more
    5 –> Five only
    0..6 –> Zero to Six
    3..9 –> Three to Nine

    I also suggest the following reading if you want a review on structure diagrams in UML 2.

    UML basics: The class diagram

Comments RSS

Sorry, the comment form is closed at this time.

All Posts in Category Tutorials

* * *