Liking cljdoc? Tell your friends :D

com.fulcrologic.statecharts.algorithms.v20150901-validation


element-problemsclj/smultimethod

Extensible validation multimethod. You want problems if you're checking a statechart.

Extensible validation multimethod. You want `problems` if you're checking a statechart.
sourceraw docstring

errorclj/s

(error element msg)
source

problemsclj/s

(problems statechart)
(problems statechart item)

Returns a sequence of problems with the given statechart. Each problem is a map with:

  • :level - :warn or :error
  • :element - The element in question (except for top-level)
  • :message - A user-readable description of the problem.
Returns a sequence of problems with the given statechart. Each problem is a map with:

* :level - :warn or :error
* :element - The element in question (except for top-level)
* :message - A user-readable description of the problem.
sourceraw docstring

warningclj/s

(warning element msg)
source

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

× close