Liking cljdoc? Tell your friends :D

org.soulspace.overarch.domain.element


architecture-relation-typesclj

Relation types in the architecture model.

Relation types in the architecture model.
sourceraw docstring

boundary-typesclj

Element types of boundaries

Element types of boundaries
sourceraw docstring

boundary?clj

(boundary? e)

Returns true if e is a boundary.

Returns true if `e` is a boundary.
sourceraw docstring

class-typesclj

Element types of a class view.

Element types of a class view.
sourceraw docstring

code-typesclj

Element types of a C4 code view.

Element types of a C4 code view.
sourceraw docstring

component-typesclj

Element types of a C4 component view.

Element types of a C4 component view.
sourceraw docstring

component?clj

(component? e)

Returns true if the given element e is a container element.

Returns true if the given element `e` is a container element.
sourceraw docstring

concept-typesclj

Element types of a concept view.

Element types of a concept view.
sourceraw docstring

container-typesclj

Element types of a C4 container view.

Element types of a C4 container view.
sourceraw docstring

container?clj

(container? e)

Returns true if the given element e is a container element.

Returns true if the given element `e` is a container element.
sourceraw docstring

context-typesclj

Element types of a C4 context view.

Element types of a C4 context view.
sourceraw docstring

deployment-relation-typesclj

Relation types for deployment models.

Relation types for deployment models.
sourceraw docstring

deployment-typesclj

Element types of a C4 deployment view.

Element types of a C4 deployment view.
sourceraw docstring

dynamic-typesclj

Element types of a C4 dynamic view.

Element types of a C4 dynamic view.
sourceraw docstring

element-namespaceclj

(element-namespace e)

Returns the namespace of the element e.

Returns the namespace of the element `e`.
sourceraw docstring

element?clj

(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).
sourceraw docstring

external?clj

(external? e)

Returns true if the given element e is external.

Returns true if the given element `e` is external.
sourceraw docstring

glossary-typesclj

Element types of a glossary view.

Element types of a glossary view.
sourceraw docstring

identifiable-element?clj

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

identifiable-named-element?clj

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

identifiable-relational-element?clj

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

identifiable?clj

(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).
sourceraw docstring

internal?clj

(internal? e)

Returns true if the given element e is internal.

Returns true if the given element `e` is internal.
sourceraw docstring

model-element?clj

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

model-node?clj

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

model-typesclj

Element types for the architectural model.

Element types for the architectural model.
sourceraw docstring

named-element?clj

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

named-relational-element?clj

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

named?clj

(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).
sourceraw docstring

namespaced?clj

(namespaced? e)

Returns true, if the id of element e has a namespace.

Returns true, if the id of element `e` has a namespace.
sourceraw docstring

node?clj

(node? e)

Returns true if the given element e is a node element.

Returns true if the given element `e` is a node element.
sourceraw docstring

person?clj

(person? e)

Returns true if the given element e is a person element.

Returns true if the given element `e` is a person element.
sourceraw docstring

reference-typesclj

Element types of references

Element types of references
sourceraw docstring

reference?clj

(reference? e)

Returns true if the given element e is a reference.

Returns true if the given element `e` is a reference.
sourceraw docstring

relation-typesclj

Element types of relations

Element types of relations
sourceraw docstring

relation?clj

(relation? e)

Returns true if the given element e is a relation.

Returns true if the given element `e` is a relation.
sourceraw docstring

relational-element?clj

(relational-element? e)

Returns true if the given element e is a relation.

Returns true if the given element `e` is a relation.
sourceraw docstring

relational?clj

(relational? e)

Returns true if the given element e is a relation.

Returns true if the given element `e` is a relation.
sourceraw docstring

state-machine-typesclj

Element types of a state machine view.

Element types of a state machine view.
sourceraw docstring

system-landscape-typesclj

Element types of a C4 system-landscape view.

Element types of a C4 system-landscape view.
sourceraw docstring

system?clj

(system? e)

Returns true if the given element e is a system element.

Returns true if the given element `e` is a system element.
sourceraw docstring

tech?clj

(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).
sourceraw docstring

uml-relation-typesclj

Relation types of UML views.

Relation types of UML views.
sourceraw docstring

uml-typesclj

Element types of UML views.

Element types of UML views.
sourceraw docstring

unresolved-ref?clj

(unresolved-ref? e)

Returns true if the given element e is a reference.

Returns true if the given element `e` is a reference.
sourceraw docstring

use-case-typesclj

Element types of a use case view.

Element types of a use case view.
sourceraw docstring

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

× close