state_machine v0.1.1 StateMachine.Introspection

Link to this section Summary

Link to this section Functions

Link to this function

all_events(sm)
all_events(StateMachine.t(any())) :: [atom()]

Link to this function

all_states(sm)
all_states(StateMachine.t(any())) :: [atom()]

Link to this function

allowed_events(ctx)
allowed_events(StateMachine.Context.t(any())) :: [atom()]