Liking cljdoc? Tell your friends :D

org.soulspace.overarch.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

c4-directionsclj

Maps direction keys to PlantUML C4 Rel suffixes.

Maps direction keys to PlantUML C4 Rel suffixes.
sourceraw docstring

c4-element->methodclj

Map from element type to PlantUML C4 method.

Map from element type to PlantUML C4 method.
sourceraw docstring

c4-layoutsclj

Maps layout keys to PlantUML C4.

Maps layout keys to PlantUML C4.
sourceraw docstring

c4-line-style->methodclj

Maps the line style keys to the PlantUML C4 method.

Maps the line style keys to the PlantUML C4 method.
sourceraw docstring

c4-style->methodclj

Maps the style element keys to the PlantUML C4 method.

Maps the style element keys to the PlantUML C4 method.
sourceraw docstring

c4-styles-hierarchyclj

Hierarchy for style methods.

Hierarchy for style methods.
sourceraw docstring

c4-subtype->suffixclj

Maps the subtype of an element to the PlantUML C4 suffix.

Maps the subtype of an element to the PlantUML C4 suffix.
sourceraw docstring

c4-view-type->importclj

Map from diagram type to PlantUML C4 import.

Map from diagram type to PlantUML C4 import.
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)
(collect-sprites 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-c4-importsclj

(render-c4-imports view)

Renders the imports for the diagram.

Renders the imports for the diagram.
sourceraw docstring

render-c4-layoutclj

(render-c4-layout view)

Renders the layout for the C4 diagram.

Renders the layout for the C4 diagram.
sourceraw docstring

render-c4-legendclj

(render-c4-legend view)

Renders the legend for the diagram.

Renders the legend for the diagram.
sourceraw docstring

render-c4-stylecljmultimethod

Renders a styles for the diagram.

Renders a styles for the diagram.
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 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

render-uml-layoutclj

(render-uml-layout view)

Renders the layout for the UML diagram.

Renders the layout for the UML diagram.
sourceraw docstring

rendererclj

(renderer _ diagram)

Returns the renderer for the diagram

Returns the renderer for the diagram
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-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-diagramclj

(sprites-for-diagram view)

Collects the sprites for the

Collects the sprites for the
sourceraw docstring

tech->spriteclj

source

uml-cardinalityclj

Maps cardinality keys to PlantUML UML cardinalities.

Maps cardinality keys to PlantUML UML cardinalities.
sourceraw docstring

uml-directionsclj

Maps direction keys to PlantUML UML directions.

Maps direction keys to PlantUML UML directions.
sourceraw docstring

uml-hidesclj

Maps view-types to PlantUML UML hide directives for more compact layouts.

Maps view-types to PlantUML UML hide directives for more compact layouts.
sourceraw docstring

uml-layoutsclj

Maps layout keys to PlantUML UML directives.

Maps layout keys to PlantUML UML directives.
sourceraw docstring

uml-visibilityclj

Maps visibility keys to PlantUML UML directions.

Maps visibility keys to PlantUML UML directions.
sourceraw docstring

use-case-level->colorclj

Maps the use case level to a color.

Maps the use case level to a color.
sourceraw docstring

view-hierarchyclj

Hierarchy for views

Hierarchy for views
sourceraw docstring

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

× close