| Class | Description |
|---|---|
| FastMealy<I,O> |
A fast implementation of a Mealy machine.
|
| FastMealyState<O> |
A state in a
FastMealy automaton. |
| FastMoore<I,O> |
A fast implementation of a Moore automaton.
|
| FastMooreState<O> |
A state in a
FastMoore automaton. |
| FastProbMealy<I,O> | |
| FastProbMealyState<O> | |
| MealyTransition<S,O> |
A transition of a mealy machine, comprising a successor state and an output symbol.
|
| ProbMealyTransition<S,O> |
Copyright © 2019. All rights reserved.