automata v0.1.0 Seq3

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.reset/0.

Callback implementation for Automaton.Types.BT.Behavior.running?/0.

Callback implementation for Automaton.Types.BT.Behavior.status/0.

Link to this section Functions

Callback implementation for Automaton.Types.BT.Behavior.abort/0.

Callback implementation for Automaton.Types.BT.Behavior.aborted?/0.

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Callback implementation for Automaton.Types.BT.Behavior.on_init/1.

Link to this function

on_terminate(new_state)

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.

Link to this function

schedule_next_tick(ms_delay)

Link to this function

start_link(list)

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.