Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.control.computation.response

Computation response is consisting of status and scheduler response. Status informs about how the response is related to the query asked to computation. :success <- it is as expected :no-next <- it is not what was asked, but it is impossible to continue further in simulation (e.g. model-end, no future events...) :timeout <- it is not what was asked and it can be continued to search, but it hit a limit of time as it may be endless simulation or question could never be answered :internal-error <- The response may be corrupted as there was some problem with execution itself

For diagram see computation

Computation response is consisting of status and scheduler response.
Status informs about how the response is related to the query asked to computation.
:success <- it is as expected
:no-next <- it is not what was asked, but it is impossible to continue further in simulation (e.g. model-end, no future events...)
:timeout <- it is not what was asked and it can be continued to search, but it hit a limit of time as it may be endless simulation or question could never be answered
:internal-error <- The response may be corrupted as there was some problem with execution itself

 For diagram see ![computation](archi/control/computation_response.png)
raw docstring

buildclj/s

(build status response)

schemaclj/s

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

× close