Code Examples
A repository of 155 code examples for BeepBeep
finitestatemachines.ExtendedMooreMachine Class Reference

Create an extended state machine with state variables. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

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.

Author
Sylvain Hallé

Definition at line 46 of file ExtendedMooreMachine.java.


The documentation for this class was generated from the following file: