Liking cljdoc? Tell your friends :D

org.soulspace.overarch.domain.views.concept-view


as-boundary?clj

(as-boundary? e)

Returns the boundary element, if the element e should be rendered as a boundary for this view type, false otherwise.

Returns the boundary element, if the element `e` should be rendered
as a boundary for this view type, false otherwise.
sourceraw docstring

element->boundaryclj

Maps model types to boundary type.

Maps model types to boundary type.
sourceraw docstring

render-model-node?clj

(render-model-node? model view e)

Returns true if the model node e is rendered in the concept view.

Returns true if the `model` node `e` is rendered in the concept `view`.
sourceraw docstring

render-model-relation?clj

(render-model-relation? model view e)

Returns true if the model relation e is rendered in the concept view.

Returns true if the `model` relation `e` is rendered in the concept `view`.
sourceraw docstring

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

× close