Expand description
Core mechanism representing an automaton that travels through defined states.
Structs§
- Automaton
- Finite-state automaton that crawls around a specified graph until no more state changes can be done.
Enums§
- Automaton
Result - Provides information on why automaton has stopped executing.
- Next
State - Result of an attempt of determining next target state.
Traits§
- KeyIter
- Iterator for providing next key.