Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.render.plantuml.uml

Functions to render PlantUML diagrams for UML views.

Functions to render PlantUML diagrams for UML views.
raw docstring

render-nameclj

(render-name e)

Renders the name of the element e. If e has a :link entry, a link is rendered.

Renders the name of the element `e`. If `e` has a :link entry, a link is rendered.
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

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

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

× close