Relation types in the architecture model.
Relation types in the architecture model.
(boundary? e)
Returns true if e
is a boundary.
Returns true if `e` is a boundary.
Element types of a C4 component view.
Element types of a C4 component view.
(component? e)
Returns true if the given element e
is a container element.
Returns true if the given element `e` is a container element.
Element types of a concept view.
Element types of a concept view.
Element types of a C4 container view.
Element types of a C4 container view.
(container? e)
Returns true if the given element e
is a container element.
Returns true if the given element `e` is a container element.
Element types of a C4 context view.
Element types of a C4 context view.
Relation types for deployment models.
Relation types for deployment models.
Element types of a C4 deployment view.
Element types of a C4 deployment view.
Element types of a C4 dynamic view.
Element types of a C4 dynamic view.
(element-namespace e)
Returns the namespace of the element e
.
Returns the namespace of the element `e`.
(element? e)
Returns true if the given element e
has a type (:el key).
Returns true if the given element `e` has a type (:el key).
(external? e)
Returns true if the given element e
is external.
Returns true if the given element `e` is external.
Element types of a glossary view.
Element types of a glossary view.
(identifiable-element? e)
Returns true if the given element e
is an element and named.
Returns true if the given element `e` is an element and named.
(identifiable-named-element? e)
Returns true if the given element e
is an element, identifiable and named.
Returns true if the given element `e` is an element, identifiable and named.
(identifiable-relational-element? e)
Returns true if the given element e
is an identifiable relation.
Returns true if the given element `e` is an identifiable relation.
(identifiable? e)
Returns true if the given element e
has an ID (:id key).
Returns true if the given element `e` has an ID (:id key).
(internal? e)
Returns true if the given element e
is internal.
Returns true if the given element `e` is internal.
(model-element? e)
Returns true if the given element e
is a model element.
Returns true if the given element `e` is a model element.
(model-node? e)
Returns true if the given element is a node in the model element graph. A model node is a model element which is not a relation.
Returns true if the given element is a node in the model element graph. A model node is a model element which is not a relation.
Element types for the architectural model.
Element types for the architectural model.
(named-element? e)
Returns true if the given element e
is an element and named.
Returns true if the given element `e` is an element and named.
(named-relational-element? e)
Returns true if the given element e
is a named relation.
Returns true if the given element `e` is a named relation.
(named? e)
Returns true if the given element e
has a name (:name key).
Returns true if the given element `e` has a name (:name key).
(namespaced? e)
Returns true, if the id of element e
has a namespace.
Returns true, if the id of element `e` has a namespace.
(node? e)
Returns true if the given element e
is a node element.
Returns true if the given element `e` is a node element.
(person? e)
Returns true if the given element e
is a person element.
Returns true if the given element `e` is a person element.
(reference? e)
Returns true if the given element e
is a reference.
Returns true if the given element `e` is a reference.
(relation? e)
Returns true if the given element e
is a relation.
Returns true if the given element `e` is a relation.
(relational-element? e)
Returns true if the given element e
is a relation.
Returns true if the given element `e` is a relation.
(relational? e)
Returns true if the given element e
is a relation.
Returns true if the given element `e` is a relation.
Element types of a state machine view.
Element types of a state machine view.
Element types of a C4 system-landscape view.
Element types of a C4 system-landscape view.
(system? e)
Returns true if the given element e
is a system element.
Returns true if the given element `e` is a system element.
(tech? e)
Returns true if the given element e
has a tech (:tech key).
Returns true if the given element `e` has a tech (:tech key).
(unresolved-ref? e)
Returns true if the given element e
is a reference.
Returns true if the given element `e` is a reference.
Element types of a use case view.
Element types of a use case view.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close