Liking cljdoc? Tell your friends :D

org.soulspace.overarch.domain.analytics


count-elementsclj

(count-elements coll)

Returns a map with the count of views per type in the given coll.

Returns a map with the count of views per type in the given `coll`.
sourceraw docstring

count-namespacesclj

(count-namespaces coll)

Returns a map with the count of identifiable elements per namespace in the given coll.

Returns a map with the count of identifiable elements per namespace in the given `coll`.
sourceraw docstring

count-nodesclj

(count-nodes coll)

Returns a map with the count of relations per type in the given coll.

Returns a map with the count of relations per type in the given `coll`.
sourceraw docstring

count-relationsclj

(count-relations coll)

Returns a map with the count of relations per type in the given coll.

Returns a map with the count of relations per type in the given `coll`.
sourceraw docstring

count-viewsclj

(count-views coll)

Returns a map with the count of views per type in the given coll.

Returns a map with the count of views per type in the given `coll`.
sourceraw docstring

key-setclj

(key-set m)

Returns a set of the keys of the map m.

Returns a set of the keys of the map `m`.
sourceraw docstring

namespaces-xfclj

(namespaces-xf)

Returns a transducer to extract the namespaces of some elements.

Returns a transducer to extract the namespaces of some elements.
sourceraw docstring

node-ids-xfclj

(node-ids-xf)

Returns a transducer to extract the id of each node.

Returns a transducer to extract the id of each node.
sourceraw docstring

unidentifiable-elementsclj

(unidentifiable-elements coll)

Returns the elements without an id in the given coll.

Returns the elements without an id in the given `coll`.
sourceraw docstring

unnamed-elementsclj

(unnamed-elements coll)

Returns the elements without an id in the given coll.

Returns the elements without an id in the given `coll`.
sourceraw docstring

unnamespaced-elementsclj

(unnamespaced-elements coll)

Returns the elements without a namespaced id.

Returns the elements without a namespaced id.
sourceraw docstring

unrelated-nodesclj

(unrelated-nodes model)

Returns the set of ids of identifiable model nodes not taking part in any relation.

Returns the set of ids of identifiable model nodes not taking part in any relation.
sourceraw docstring

unresolved-refsclj

(unresolved-refs model element)

Checks references in an element.

Checks references in an element.
sourceraw docstring

unresolved-refs-xfclj

(unresolved-refs-xf model)

Returns a transducer to extract unresolved refs

Returns a transducer to extract unresolved refs
sourceraw docstring

validate-viewsclj

(validate-views model)

Checks the references in the views.

Checks the references in the views.
sourceraw docstring

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

× close