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
mermaidGraph, nodeColours, propertyHelper
-
Constructor Summary
ConstructorsConstructorDescriptionInformationSupplyChainMermaidGraphBuilder
(InformationSupplyChainElement informationSupplyChainElement) Construct a mermaid markdown graph. -
Method Summary
Methods inherited from class org.odpi.openmetadata.commonservices.mermaid.MermaidGraphBuilderBase
addSolutionComponentToGraph, addSpacesToTypeName, addStyles, appendInvisibleMermaidLine, appendMermaidLine, appendMermaidNode, appendMermaidThinLine, appendNewMermaidNode, getListLabel, getMermaidGraph, getNodeDisplayName, getVisualStyleForSolutionComponent
-
Constructor Details
-
InformationSupplyChainMermaidGraphBuilder
public InformationSupplyChainMermaidGraphBuilder(InformationSupplyChainElement informationSupplyChainElement) Construct a mermaid markdown graph.- Parameters:
informationSupplyChainElement
- content
-