Update state machine diagram authored by Christian Wulf's avatar Christian Wulf
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- Trigger specification (including when/after/at): Starting at PDF page 333 - Trigger specification (including when/after/at): Starting at PDF page 333
# Usage Scenarios # Usage Scenarios
The **state machine diagram** is used to illustrate the life-cycle of single objects and the behavior of operations within a software system The **state machine diagram** is used to illustrate the life-cycle of single objects and the behavior of operations within a software system.
This kind of diagram can be greatly used to get a detailed understanding of the behavior of objects, conditions and flows within the overall system. This kind of diagram can be greatly used to get a detailed understanding of the behavior of objects, conditions and flows within the overall system.
For example, you can use it in the early design phase of a new software system to model the behavior of a specific component to describe it's workflow. Especially, when the behavior of an object (lifecycle) or operation is not well understood yet. For example, you can use it in the early design phase of a new software system to model the behavior of a specific component to describe it's workflow. Especially, when the behavior of an object (lifecycle) or operation is not well understood yet.
... ...
......