Liking cljdoc? Tell your friends :D

org.soulspace.overarch.application.model-repository


input-elementsclj

(input-elements)
(input-elements model)

Returns the set of input elements.

Returns the set of input elements.
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

node-by-idclj

(node-by-id id)
(node-by-id model 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

read-modelscljmultimethod

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

relation-by-idclj

(relation-by-id id)
(relation-by-id model 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

repo-typeclj

(repo-type rtype)
(repo-type rtype _)

Returns the repository type.

Returns the repository type.
sourceraw docstring

stateclj

source

themesclj

(themes)
(themes model)

Returns the set of themes.

Returns the set of themes.
sourceraw docstring

update-state!clj

(update-state! path)

Updates the state with the registered data read from path.

Updates the state with the registered data read from `path`.
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

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

× close