Class HierarchyMermaidGraphBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
org.odpi.openmetadata.commonservices.mermaid.HierarchyMermaidGraphBuilder
Creates a mermaid graph rendering of a hierarchy. It relies on the caller to add the nodes and lines
-
Constructor Summary
ConstructorsConstructorDescriptionHierarchyMermaidGraphBuilder(String title, String startingGUID, String displayName) Construct a mermaid markdown graph. -
Method Summary
Methods inherited from class org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
appendMermaidLine, appendMermaidNode, getListLabel, getMermaidGraph
-
Constructor Details
-
HierarchyMermaidGraphBuilder
Construct a mermaid markdown graph.- Parameters:
title- title of graphdisplayName- displayName of the starting elementstartingGUID- guid of the starting element
-