Liking cljdoc? Tell your friends :D
Clojure only.

automat.viz


fsm->dotclj

(fsm->dot fsm options)
source

saveclj

(save fsm filename)
(save fsm filename options)

Renders the states and transitions of fsm, and saves them to filename.

Renders the states and transitions of `fsm`, and saves them to `filename`.
sourceraw docstring

viewclj

(view fsm)
(view fsm options)

Displays the states and transitions of fsm.

Displays the states and transitions of `fsm`.
sourceraw docstring

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

× close