java.lang.Object
dev.metaschema.core.model.util.MermaidErDiagramGenerator
Generates a mermaid diagram from a Metaschema
IModule.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerate(IModule module, PrintWriter writer) Generate a Mermaid diagram for the provided module, using the provided writer.
-
Method Details
-
generate
Generate a Mermaid diagram for the provided module, using the provided writer.- Parameters:
module- the Metaschema module to create a diagram forwriter- the writer to use to generate the diagram code
-