(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).
(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`
(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 is a website building & hosting documentation for Clojure/Script libraries
× close