Please enable JavaScript.
Coggle requires JavaScript to display documents.
statecharts = FSM + child state parallel state + broadcast-communication…
statecharts = FSM + child state
parallel state + broadcast-communication.
JS UI
xstate
statecharts
actors
parent child
send to
span
services
https://codesandbox.io/s/covid-state-machine-lromu?from-embed
https://xstate-catalogue.com/
https://rosmaro.js.org/
https://github.com/brucou/kingly
references
http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf
https://statecharts.dev/
https://www.youtube.com/watch?v=2GHtUzDLfwQ&fbclid=IwAR0SL73ZfdtCVN47TOOK4rqUnMDj6r9YJAqAdA69F9wfC0lHxbr7KsARSZg
https://danreynolds.ca/tech/2019/12/02/Coding-For-Complexity/
http://blog.nomagic.com/wp-content/uploads/2015/07/FSW12_Benowitz.pdf
https://danreynolds.ca/presentation/2019/12/02/Coding-For-Complexity-slides/#1
https://www.wisdom.weizmann.ac.il/~harel/reactive_systems.html
concepts
transitions
on
always
''
guards
delays
states :
states
child
parralel
history
shallow
deep
initial
id
final
context
store state
assing
effects
actions
entry
exit
activities
run on entry stop on exit
invoke
promise
callback
machine
observer
events
delay
type
payload
SCXML
https://www.w3.org/TR/scxml/