Liking cljdoc? Tell your friends :D

cloj-rules-engine.rules-funcs

Rules-engine functions

Rules-engine functions
raw docstring

get-fired-rulesclj

(get-fired-rules rules-map)

Returns an ArrayList of the fired rules

Returns an ArrayList of the fired rules
sourceraw docstring

get-rules-actionsclj

(get-rules-actions rules-map
                   values-map
                   conds-map
                   f-set-rule-fired
                   f-get-rule-actions)

Returns an ArrayList of Strings, where each of the items is an action identifier

Returns an ArrayList of Strings, where each of the items is an action identifier
sourceraw docstring

get-rules-actions-probsclj

(get-rules-actions-probs rules-map
                         values-map
                         conds-map
                         f-set-rule-fired
                         f-get-rule-action-fired)

Returns an ArrayList of Strings, where each of the items is an action identifier

Returns an ArrayList of Strings, where each of the items is an action identifier
sourceraw docstring

update-map-factsclj

(update-map-facts map-values *rules-map *values-map)

Updates values-map (facts) content

Updates values-map (facts) content
sourceraw docstring

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

× close