Liking cljdoc? Tell your friends :D
Mostly cljs.
Exceptions indicated.

com.fulcrologic.statecharts.simple

Functions that set up the simplest version of a state chart that uses the v20150901 implementation (version), a working memory data model, CLJC execution support, and an event queue that requires manual polling.

Functions that set up the simplest version of a state chart that uses the v20150901
implementation (version), a working memory data model,
CLJC execution support, and an event queue that requires manual polling.
raw docstring

new-simple-machineclj/s

(new-simple-machine machine-def extra-env)

Creates a machine that defauts uses the standard processing with a working memory data model, a manual event queue, and the lambda executor.

extra-env can contain anything extra you want in env, and can override any of the above by key (e.g. :data-model).

Creates a machine that defauts uses the standard processing with a working memory data model,
a manual event queue, and the lambda executor.

`extra-env` can contain anything extra you want in `env`, and can override any of the above by
key (e.g. :data-model).
sourceraw docstring

SimpleMachinecljs

source

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

× close