<<< Finite State Machine, the FSM     Index     The State Diagram Example >>>

5. The State Diagram


  • An FSM can be conveniently represented by means of the state diagram.

  • The states are represented by state symbols (rectangles with rounded corners or circles.)

  • The transitions are represented by arrows connecting the state symbols.

  • The state machine may be used as a protocol specification, showing the legal order of operations.

  • Phone call state UML diagram:

      phone call state diagram

<<< Finite State Machine, the FSM     Index     The State Diagram Example >>>