Liking cljdoc? Tell your friends :D

org.soulspace.overarch.domain.analytics


check-nodesclj

(check-nodes)

Validates the references in the model.

Validates the references in the model.
sourceraw docstring

check-relationsclj

(check-relations model)

Validates the relations in the model.

Validates the relations in the model.
sourceraw docstring

check-viewsclj

(check-views model)

Validates the references in the views.

Validates the references in the views.
sourceraw docstring

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

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

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

(unresolved-related model rel)

Checks references in a relation.

Checks references in a relation.
sourceraw docstring

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

× close