![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
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... | |
Define finite-state machines and run them on an input trace.