Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.impl.model

A simulation model gathers information required to run the simulation.

It includes:

  • initial-snpashot snapshot to start the model with.
  • middlewares sequence of middleware to execute with the model.
  • model-data data version of this model.
  • ordering ordering of events.
  • registry registry.
  • stopping-criterias list of stopping-criteria that defines the end of the model.
A simulation model gathers information required to run the simulation.

It includes:

* `initial-snpashot` snapshot to start the model with.
* `middlewares` sequence of middleware to execute with the model.
* `model-data` data version of this model.
* `ordering` ordering of events.
* `registry` registry.
* `stopping-criterias` list of `stopping-criteria` that defines the end of the model.
raw docstring

buildclj/s

(build {:keys [initial-event-type initial-bucket middlewares ordering
               stopping-criterias]
        :or {initial-bucket 0}
        :as model-data}
       registry)

Turns model-data into a model. Retuns the model's.

Turns `model-data` into a `model`.
Retuns the `model`'s.
raw docstring

schemaclj/s


validateclj/s

(validate model)

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

× close