add Java FSM example and reST, see #1428
This commit is contained in:
parent
ee5ae1068b
commit
6afed30d43
6 changed files with 272 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.. _fsm:
|
||||
.. _fsm-scala:
|
||||
|
||||
###
|
||||
FSM
|
||||
|
|
@ -21,7 +21,8 @@ A FSM can be described as a set of relations of the form:
|
|||
|
||||
These relations are interpreted as meaning:
|
||||
|
||||
*If we are in state S and the event E occurs, we should perform the actions A and make a transition to the state S'.*
|
||||
*If we are in state S and the event E occurs, we should perform the actions A
|
||||
and make a transition to the state S'.*
|
||||
|
||||
A Simple Example
|
||||
================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue