Code Examples
A repository of 155 code examples for BeepBeep
Package finitestatemachines

Define finite-state machines and run them on an input trace. More...

Classes

class  ExtendedMooreMachine
 Create an extended state machine with state variables. More...
 
class  SimpleMooreMachine
 Check the proper ordering of next/hasNext strings. More...
 
class  SimpleMooreMachineCompact
 Similar to SimpleMooreMachine, but with a bit of code written to avoid repetitions. More...
 

Detailed Description

Define finite-state machines and run them on an input trace.

Author
Sylvain Hallé