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
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
guidToNodeIdMap, mermaidGraph, nodeColours, propertyHelper, sourceName
-
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
addAnchorLinks, addDataFieldToGraph, addMemberDataFieldToGraph, addRelatedFromElementSummaries, addRelatedFromElementSummary, addRelatedToElementSummaries, addRelatedToElementSummary, addSolutionComponentToGraph, addSpacesToTypeName, addStyles, appendInvisibleMermaidLine, appendMermaidDottedLine, appendMermaidLine, appendMermaidLongAnimatedLine, appendMermaidNode, appendMermaidThinLine, appendNewMermaidNode, appendNewMermaidNode, checkForClassifications, checkForClassifications, checkForClassifications, clearGraph, endSubgraph, extractAnchorInfo, getCardinalityLabel, getCardinalityLabel, getListLabel, getMermaidGraph, getMermaidGraph, getNodeDisplayName, getVisualStyleForRelationship, getVisualStyleForSolutionComponent, startSubgraph, startSubgraph
-
Constructor Details
-
HierarchyMermaidGraphBuilder
Construct a mermaid markdown graph.- Parameters:
title
- title of graphdisplayName
- displayName of the starting elementstartingGUID
- guid of the starting element
-