(check-nodes)
Validates the references in the model.
Validates the references in the model.
(check-relations model)
Validates the relations in the model.
Validates the relations in the model.
(check-views model)
Validates the references in the views.
Validates the references in the views.
(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`.
(count-external coll)
Returns a map with the count of external and internal elements in the given coll
.
Returns a map with the count of external and internal elements in the given `coll`.
(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`.
(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`.
(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`.
(count-synthetic coll)
Returns a map with the count of synthetic and normal elements in the given coll
.
Returns a map with the count of synthetic and normal elements in the given `coll`.
(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`.
(key-set m)
Returns a set of the keys of the map m
.
Returns a set of the keys of the map `m`.
(namespace-match? r)
Returns true, if the relation namespace matches the referrer namespace.
Returns true, if the relation namespace matches the referrer namespace.
(unidentifiable-elements coll)
Returns the elements without an id in the given coll
.
Returns the elements without an id in the given `coll`.
(unmatched-relation-namespaces coll)
Checks if the relation namespace matches the referrer namespace.
Checks if the relation namespace matches the referrer namespace.
(unnamed-elements coll)
Returns the elements without an id in the given coll
.
Returns the elements without an id in the given `coll`.
(unnamespaced-elements coll)
Returns the elements without a namespaced id.
Returns the elements without a namespaced id.
(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.
(unresolved-refs model element)
Checks references in an element.
Checks references in an element.
(unresolved-related model rel)
Checks references in a relation.
Checks references in a relation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close