Liking cljdoc? Tell your friends :D

com.yetanalytics.datasim.model


default-repeat-maxclj

source

get-actor-modelclj

(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.
sourceraw docstring

model-map-specclj

source

models->mapclj

(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`.
sourceraw docstring

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

× close