Which UML diagram shows the life history of a single object?
Which UML diagram shows the life history of a single object?
Answer
state diagram
One object, all its episodes, transitions labelled event [guard] / action. Interaction between several objects in one episode is the sequence diagram instead.
Pressman 9e ch8 §8.4–8.5