Choreo.UML.Render.DOT (Choreo v0.9.0)

Copy Markdown View Source

DOT (Graphviz) rendering for Choreo.UML diagrams using 3-compartment HTML record table nodes.

Summary

Functions

Renders a UML diagram to a DOT string.

Functions

to_dot(uml, opts \\ [])

@spec to_dot(
  Choreo.UML.t(),
  keyword()
) :: String.t()

Renders a UML diagram to a DOT string.