Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.event-registry

The event-registry contains event-execution.

It associates one event type (a keyword) to its event-execution.

The `event-registry` contains `event-execution`.

It associates one event type (a keyword) to its `event-execution`.

* [See entity](docs/archi/registry_entity.png)
raw docstring

schemaclj/s

Map associating event-type to event-execution. An event execution is updating the state and may trigger some new events to be added in the future events. The result of the event execution could be dependent on the state or random variable.

Map associating `event-type` to `event-execution`.
An event execution is updating the state and may trigger some new events to be added in the future events. The result of the event execution could be dependent on the state or random variable.
raw docstring

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

× close