automata v0.1.0 Seq1
Link to this section Summary
Functions
Callback implementation for Automaton.Types.BT.Behavior.abort/0
.
Callback implementation for Automaton.Types.BT.Behavior.aborted?/0
.
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Callback implementation for Automaton.Types.BT.Behavior.on_init/1
.
Callback implementation for Automaton.Types.BT.Behavior.on_terminate/1
.
Callback implementation for Automaton.Types.BT.Behavior.reset/0
.
Callback implementation for Automaton.Types.BT.Behavior.running?/0
.
Callback implementation for Automaton.Types.BT.Behavior.status/0
.
Callback implementation for Automaton.Types.BT.Behavior.terminated?/0
.
Callback implementation for Automaton.Types.BT.Behavior.update/1
.
Link to this section Functions
abort()
Callback implementation for Automaton.Types.BT.Behavior.abort/0
.
aborted?()
Callback implementation for Automaton.Types.BT.Behavior.aborted?/0
.
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
init(list)
Callback implementation for GenServer.init/1
.
on_init(state)
Callback implementation for Automaton.Types.BT.Behavior.on_init/1
.
on_terminate(new_state)
Callback implementation for Automaton.Types.BT.Behavior.on_terminate/1
.
reset()
Callback implementation for Automaton.Types.BT.Behavior.reset/0
.
running?()
Callback implementation for Automaton.Types.BT.Behavior.running?/0
.
schedule_next_tick(ms_delay)
start_link(list)
status()
Callback implementation for Automaton.Types.BT.Behavior.status/0
.
terminated?()
Callback implementation for Automaton.Types.BT.Behavior.terminated?/0
.
tick(state)
update(state)
Callback implementation for Automaton.Types.BT.Behavior.update/1
.