(elements)(elements model)Returns the set of elements (nodes, relations, views, themes).
Returns the set of elements (nodes, relations, views, themes).
(model-elements)(model-elements model)Returns the set of model elements (nodes and relations).
Returns the set of model elements (nodes and relations).
(model-elements-by-criteria criteria)Returns a set of model elements that match the criteria
Returns a set of model elements that match the `criteria`
(namespaces)(namespaces model)Returns the set of namespaces.
Returns the set of namespaces.
(node-by-id id)Returns the node with the given id.
Returns the node with the given `id`.
(nodes-by-criteria criteria)Returns a set of nodes that match the criteria
Returns a set of nodes that match the `criteria`
(relation-by-id 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.
(relations-by-criteria criteria)Returns a set of relations that match the criteria
Returns a set of relations that match the `criteria`
(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.
(view-by-id id)(view-by-id model id)Returns the view with the given id.
Returns the view with the given `id`.
(views-by-criteria criteria)Returns a set of views that match the criteria
Returns a set of views that match the `criteria`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |