Class ProjectGraphMermaidGraphBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
org.odpi.openmetadata.commonservices.mermaid.ProjectMermaidGraphBuilder
org.odpi.openmetadata.commonservices.mermaid.ProjectGraphMermaidGraphBuilder
ProjectGraphMermaidGraphBuilder builds the mermaid graph for a project graph.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
guidToNodeIdMap, mermaidGraph, nodeColours, propertyHelper, sourceName
-
Constructor Summary
ConstructorsConstructorDescriptionProjectGraphMermaidGraphBuilder
(ProjectGraph projectGraph) Constructor does all of the work. -
Method Summary
Methods inherited from class org.odpi.openmetadata.commonservices.mermaid.ProjectMermaidGraphBuilder
addProjectResources, getProjectType
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
-
ProjectGraphMermaidGraphBuilder
Constructor does all of the work.- Parameters:
projectGraph
- element with all the data
-