(input-elements)
(input-elements model)
Returns the set of input elements.
Returns the set of input elements.
(model-elements)
(model-elements model)
Returns the set of model elements (nodes and relations).
Returns the set of model elements (nodes and relations).
(node-by-id id)
(node-by-id model id)
Returns the node with the given id
.
Returns the node with the given `id`.
Reads the models with the repository of type rtype
from all locations of the given path
.
Reads the models with the repository of type `rtype` from all locations of the given `path`.
(relation-by-id id)
(relation-by-id model id)
Returns the relation with the given id
.
Returns the relation with the given `id`.
(relations)
(relations model)
Returns the set of relations.
Returns the set of relations.
(repo-type rtype)
(repo-type rtype _)
Returns the repository type.
Returns the repository type.
(theme-by-id id)
(theme-by-id model id)
Returns the theme with the given id
.
Returns the theme with the given `id`.
(themes)
(themes model)
Returns the set of themes.
Returns the set of themes.
(update-state! path)
Updates the state with the registered data read from path
.
Updates the state with the registered data read from `path`.
(view-by-id id)
(view-by-id model id)
Returns the view with the given id
.
Returns the view with the given `id`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close