Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.impl.built-in-sd.registry

built-in stopping-definition can create stopping-cause but they are not accessible for modellers, they are hard coded.

built-in `stopping-definition` can create `stopping-cause` but they are not accessible for modellers, they are hard coded.
raw docstring

buildclj/s

(build)

The built-in stopping definition are:

  • :causality-broken Stops when no future events exists anymore.
  • :execution-not-found Stops when the execution of an event is not found in the registry.
  • :failed-event-execution Stops when an execution has raised an exception.
  • :no-future-events Stops when no future events exists anymore.
 The built-in stopping definition are:

* `:causality-broken` Stops when no future events exists anymore.
* `:execution-not-found` Stops when the execution of an event is not found in the registry.
* `:failed-event-execution` Stops when an execution has raised an exception.
* `:no-future-events` Stops when no future events exists anymore. 
raw docstring

schemaclj/s

(schema)

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

× close