Module automaton

Source
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§

AutomatonResult
Provides information on why automaton has stopped executing.
NextState
Result of an attempt of determining next target state.