Class HierarchyMermaidGraphBuilder

java.lang.Object
org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
org.odpi.openmetadata.commonservices.mermaid.HierarchyMermaidGraphBuilder

public class HierarchyMermaidGraphBuilder extends MermaidGraphBuilderBase
Creates a mermaid graph rendering of a hierarchy. It relies on the caller to add the nodes and lines
  • Constructor Details

    • HierarchyMermaidGraphBuilder

      public HierarchyMermaidGraphBuilder(String title, String startingGUID, String displayName)
      Construct a mermaid markdown graph.
      Parameters:
      title - title of graph
      displayName - displayName of the starting element
      startingGUID - guid of the starting element