Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

difference between state chart,state machine diagrams and state transition diagrams

what are the differences between state chart diagrams, state machine diagrams and state transition diagrams? while at several places i got to learn that state chart diagrams and state machine diagrams mean the same thing but at some places it is shown as different.i could only make out that state chart diagrams represent states the system is in at a moment of time while state machine diagrams show the objects and transitions between them throughout their lifetime.

like image 313
0decimal0 Avatar asked Jun 02 '13 04:06

0decimal0


1 Answers

UML state machine diagram also known as UML statechart diagram. It shows state transitions in the system.

So in UML context, practically they all refer the same thing.

But "state diagrams" exist before UML and has many different kinds and drawing styles.

like image 78
Hippias Minor Avatar answered Sep 21 '22 18:09

Hippias Minor