Liking cljdoc? Tell your friends :D

org.soulspace.overarch.application.model-repository


elementsclj

(elements)
(elements model)

Returns the set of elements (nodes, relations, views, themes).

Returns the set of elements (nodes, relations, views, themes).
sourceraw docstring

modelclj

(model)

Returns the model.

Returns the model.
sourceraw docstring

model-elementsclj

(model-elements)
(model-elements model)

Returns the set of model elements (nodes and relations).

Returns the set of model elements (nodes and relations).
sourceraw docstring

model-elements-by-criteriaclj

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

namespacesclj

(namespaces)
(namespaces model)

Returns the set of namespaces.

Returns the set of namespaces.
sourceraw docstring

node-by-idclj

(node-by-id id)

Returns the node with the given id.

Returns the node with the given `id`.
sourceraw docstring

nodesclj

(nodes)
(nodes model)

Returns the set of nodes.

Returns the set of nodes.
sourceraw docstring

nodes-by-criteriaclj

(nodes-by-criteria criteria)

Returns a set of nodes that match the criteria

Returns a set of nodes that match the `criteria`
sourceraw docstring

relation-by-idclj

(relation-by-id id)

Returns the relation with the given id.

Returns the relation with the given `id`.
sourceraw docstring

relationsclj

(relations)
(relations model)

Returns the set of relations.

Returns the set of relations.
sourceraw docstring

relations-by-criteriaclj

(relations-by-criteria criteria)

Returns a set of relations that match the criteria

Returns a set of relations that match the `criteria`
sourceraw docstring

stateclj

source

theme-by-idclj

(theme-by-id id)
(theme-by-id model id)

Returns the theme with the given id.

Returns the theme with the given `id`.
sourceraw docstring

themesclj

(themes)
(themes model)

Returns the set of themes.

Returns the set of themes.
sourceraw docstring

view-by-idclj

(view-by-id id)
(view-by-id model id)

Returns the view with the given id.

Returns the view with the given `id`.
sourceraw docstring

viewsclj

(views)
(views model)

Returns the set of views.

Returns the set of views.
sourceraw docstring

views-by-criteriaclj

(views-by-criteria criteria)

Returns a set of views that match the criteria

Returns a set of views that match the `criteria`
sourceraw docstring

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

× close