automata v0.1.0 Automata.AutomatonInfo
A struct that keeps local information specific to the automaton for a world. It is received by formatters and contains the following fields:
:name
- the automaton name:module
- the automaton module:state
- the automaton state:time
- the duration in microseconds of the automatons' init sequence:tags
- the automaton tags:logs
- the captured logs
Link to this section Summary
Link to this section Types
Specs
t() :: %Automata.AutomatonInfo{ logs: String.t(), module: module(), name: atom(), state: Automaton.state(), tags: map(), time: non_neg_integer() }