Lecture Software Modelling - UML 2
Lecture Software Modelling - UML 2
20
University of Management & Technology
School of Systems and Technology
Software Engineering
CC-2101
2
Class diagrams
• Class diagrams are used when developing an object-
oriented system model to show the classes in a system
and the associations between these classes.
4
Classes and associations in the Hospital system
5
Behavioral models
• Behavioral models are models of the dynamic
behavior of a system as it is executing.
• They show what happens or what is supposed
to happen when a system responds to a stimulus
from its environment.
• You can think of these stimuli as being of two types:
• Data Some data arrives that has to be processed by the
system.