(elements)
(elements model)
Returns the set of elements.
Returns the set of elements.
(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.
(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