State Chart Diagarm
State Chart Diagarm
▪ Used to model the objects which contain finite states and interaction with outside
world.
▪ Describe the behavior of single object in different event.
How to draw State Transition Diagram?
1. Identify initial and final state.
2. Identify actions/events to be carried out.
3. Show the transition of object from one state to another.
2. Transition-
⮚ It is a path between various object states.
3. Initial State-
⮚ Represents starting point of an object.
4. Final State-
⮚ Represents final state of an object.