![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Create an extended state machine with state variables. More...
Static Public Member Functions | |
static void | main (String[] args) |
Create an extended state machine with state variables.
This is done by having the state machine manipulate its Context object.
You should first have a look at SimpleMooreMachine before reading this example.
Definition at line 46 of file ExtendedMooreMachine.java.