Liking cljdoc? Tell your friends :D

locket.core


add-handlersclj/s

(add-handlers state-machine)

Adds all the state machine handlers for transitions

Adds all the state machine handlers for transitions
sourceraw docstring

interceptorclj/s

(interceptor state-machine)

Generic interceptor for state machine interactions. Updates the state of the db in the given path

Generic interceptor for state machine interactions.
Updates the state of the db in the given path
sourceraw docstring

statesclj/s

(states state-machine)

Returns all the states from a state machine

Returns all the states from a state machine
sourceraw docstring

transitionsclj/s

(transitions state-machine)
(transitions state-machine state)

Returns all the transition events in a state machine. If a state is provided as a second argument, returns all the transitions from that state

Returns all the transition events in a state machine.
If a state is provided as a second argument, returns all the transitions from that state
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close