Class InformationSupplyChainMermaidGraphBuilder
java.lang.Object
org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
org.odpi.openmetadata.commonservices.mermaid.InformationSupplyChainMermaidGraphBuilder
Creates a mermaid graph rendering of the Open Metadata Framework's information supply chain graph.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
guidToNodeIdMap, mermaidGraph, nodeColours, propertyHelper, sourceName
-
Constructor Summary
ConstructorsConstructorDescriptionInformationSupplyChainMermaidGraphBuilder
(InformationSupplyChainElement informationSupplyChainElement) 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
-
InformationSupplyChainMermaidGraphBuilder
public InformationSupplyChainMermaidGraphBuilder(InformationSupplyChainElement informationSupplyChainElement) Construct a mermaid markdown graph.- Parameters:
informationSupplyChainElement
- content
-