computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
751 B
9 lines
751 B
# State Machine Diagrams |
|
|
|
State machine diagrams are used to show the different states an object can be in at a given time. The object can be in one and only one state at a given time. State machine diagrams are similar to activity diagrams, but they are more focused on the flow of an object's state rather than the flow of the object itself. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@article@What is State Machine Diagram?](https://www.visual-paradigm.com/guide/uml-unified-modeling-language/what-is-state-machine-diagram/) |
|
- [@article@State Machine Diagram Tutorial](https://www.lucidchart.com/pages/uml-state-machine-diagram) |
|
- [@article@State Machine Diagram](https://www.sciencedirect.com/topics/computer-science/state-machine-diagram)
|
|
|