-
Updated
Nov 20, 2020 - JavaScript
state-machines
Here are 39 public repositories matching this topic...
-
Updated
Jul 17, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 4, 2020 - C#
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 30, 2020 - TypeScript
Message inspection
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
-
Updated
Jun 23, 2020 - Idris
-
Updated
Sep 20, 2017 - C#
-
Updated
Nov 26, 2020 - MATLAB
-
Updated
Nov 20, 2020 - C
-
Updated
Oct 2, 2020 - C++
Demo's / Examples
Some demo apps / examples which would be helpful to include:
Demo's:
- A standard FSM (Traffic lights, Vending machine, Video player ect.)
- A probabilistic state machine (ABot)
- A history based state machine (such as a quiz app the chooses the next question randomly but influenced by how many times each question has been shown prior)
Defining a network:
- Using the Network Creation
-
Updated
Mar 31, 2019 - JavaScript
-
Updated
Nov 15, 2020 - Java
-
Updated
Jul 24, 2019 - TypeScript
-
Updated
Jun 8, 2019 - Python
-
Updated
Mar 18, 2019 - JavaScript
-
Updated
Mar 13, 2020 - C#
-
Updated
Jun 29, 2020 - Java
-
Updated
Nov 18, 2019 - JavaScript
-
Updated
Sep 20, 2019 - Haskell
-
Updated
Nov 5, 2017 - C#
-
Updated
Jul 11, 2017 - C#
-
Updated
Feb 21, 2019 - PHP
-
Updated
Dec 8, 2016 - Python
-
Updated
Jul 16, 2020 - Java
Improve this page
Add a description, image, and links to the state-machines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-machines topic, visit your repo's landing page and select "manage topics."


Microstates are immutable, as such changing value on
stateproperty doesn't make sense. Unfortunately, some components do this without the developer realizing it.Currently, if Ember tries to set
stateproperty, the developer will get an error like this:Uncaught TypeError: Cannot set property state of #<Primitive> which has only a getter.This is not very descriptive. Instead, we sho