Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.render.plantuml

Functions to export views to PlantUML.

Functions to export views to PlantUML.
raw docstring

alias-nameclj

(alias-name kw)

Returns a valid PlantUML alias for the namespaced keyword kw.

Returns a valid PlantUML alias for the namespaced keyword `kw`.
sourceraw docstring

collect-all-spritesclj

(collect-all-sprites coll)

Collects all sprites for the collection of elements.

Collects all sprites for the collection of elements.
sourceraw docstring

collect-spritesclj

(collect-sprites coll)

Returns the set of sprites for the elements of the coll.

Returns the set of sprites for the elements of the `coll`.
sourceraw docstring

linetypesclj

Maps linetype keys to PlantUML C4.

Maps linetype keys to PlantUML C4.
sourceraw docstring

load-sprite-mappingsclj

(load-sprite-mappings options)

Loads the mappings from tech to sprite.

Loads the mappings from tech to sprite.
sourceraw docstring

load-sprite-mappings-from-dirclj

(load-sprite-mappings-from-dir dir)

Loads the mappings from the directory dir and returns the merged map.

Loads the mappings from the directory `dir` and returns the merged map.
sourceraw docstring

load-sprite-mappings-from-resourceclj

(load-sprite-mappings-from-resource resources)

Loads the list of resources and returns the merged map.

Loads the list of `resources` and returns the merged map.
sourceraw docstring

local-importclj

(local-import path)
(local-import prefix path)

Renders a local import.

Renders a local import.
sourceraw docstring

plantuml-view?clj

(plantuml-view? view)

Returns true, if the view is to be rendered with plantuml.

Returns true, if the view is to be rendered with plantuml.
sourceraw docstring

plantuml-viewsclj

Contains the views to be rendered with plantuml.

Contains the views to be rendered with plantuml.
sourceraw docstring

remote-importclj

(remote-import url)
(remote-import prefix path)

Renders a remote import.

Renders a remote import.
sourceraw docstring

render-c4-elementcljmultimethod

Renders a C4 element in PlantUML.

Multifunction dispatching on the value of the :el key of the element e.

Renders a C4 element in PlantUML.

Multifunction dispatching on the value of the :el key of the element `e`.
sourceraw docstring

render-plantuml-viewcljmultimethod

Renders the diagram with PlantUML.

Renders the diagram with PlantUML.
sourceraw docstring

render-sprite-importclj

(render-sprite-import view sprite)

Renders the import for an sprite.

Renders the import for an sprite.
sourceraw docstring

render-sprite-importsclj

(render-sprite-imports model view)

Renders the imports for icon/sprite libraries.

Renders the imports for icon/sprite libraries.
sourceraw docstring

render-spritelib-importclj

(render-spritelib-import view sprite-lib)

Renders the imports for an sprite library.

Renders the imports for an sprite library.
sourceraw docstring

render-titleclj

(render-title view)

Renders the title of the diagram.

Renders the title of the diagram.
sourceraw docstring

render-uml-elementcljmultimethod

Renders a UML element in PlantUML.

Multifunction dispatching on the value of the :el key of the element e.

Renders a UML element in PlantUML.

Multifunction dispatching on the value of the :el key of the element `e`.
sourceraw docstring

rendererclj

(renderer _ _ view)

Returns the renderer for the view.

Returns the renderer for the view.
sourceraw docstring

short-nameclj

(short-name kw)

Returns a valid PlantUML alias for the name part of the keyword kw.

Returns a valid PlantUML alias for the name part of the keyword `kw`.
sourceraw docstring

sorted-sprite-mappingsclj

(sorted-sprite-mappings m)

Returns a list of sprite mappings sorted by the key.

Returns a list of sprite mappings sorted by the key.
sourceraw docstring

sprite-collectorclj

(sprite-collector)
(sprite-collector acc)
(sprite-collector acc e)

Adds the sprite of e to the accumulator acc.

Adds the sprite of `e` to the accumulator `acc`.
sourceraw docstring

sprite-librariesclj

Definition of sprite libraries.

Definition of sprite libraries.
sourceraw docstring

sprite-pathclj

(sprite-path sprite)

Returns a path for the given sprite.

Returns a path for the given `sprite`.
sourceraw docstring

sprite-resourcesclj

source

sprite?clj

(sprite? tech)

Returns true if the icon-map contains an icon for the given technology.

Returns true if the icon-map contains an icon for the given technology.
sourceraw docstring

sprites-for-viewclj

(sprites-for-view model view)

Collects the sprites for the view.

Collects the sprites for the `view`.
sourceraw docstring

tech->spriteclj

source

view-hierarchyclj

Hierarchy for views

Hierarchy for views
sourceraw docstring

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

× close