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)
Sorry, the comment form is closed at this time.
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