(get-actor-model {:keys [default-model agent-models group-models role-models]}
agent-id
group-id
role-id)
Get the appropriate model associated with the actor described by
the various IDs, with agent-id
, group-id
, and role-id
going
from greatest to least precedence.
Get the appropriate model associated with the actor described by the various IDs, with `agent-id`, `group-id`, and `role-id` going from greatest to least precedence.
(models->map models)
Given models
, return a map of maps from agent, group, and role IDs to
models, as well as the singular :default-model
.
Given `models`, return a map of maps from agent, group, and role IDs to models, as well as the singular `:default-model`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close