Process - GraphΒΆ

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Process [ label = "{<id>Process | + overview : InternationalStructuredString \l + name : ObjectName \l \l \l| <Process_implementsAlgorithm_association> implementsAlgorithm \l| <Process_isSpecifiedBy_association> isSpecifiedBy \l \l}" tooltip = "ProcessPattern:Process" ] subgraph MethodologyPattern { label = "MethodologyPattern" node [ color = "#0000ff" ] DDI4_Algorithm [ label = "{<id>DDI_Algorithm}" tooltip = "MethodologyPattern:Algorithm" href = "../Package/MethodologyPattern/Algorithm/index.html" ] } subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_ProcessStep [ label = "{<id>DDI_ProcessStep}" tooltip = "ProcessPattern:ProcessStep" href = "../Package/ProcessPattern/ProcessStep/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_Process -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Process:Process_implementsAlgorithm_association -> DDI4_Algorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implementsAlgorithm" fontcolor="black" color="#00000"]; DDI4_Process:Process_isSpecifiedBy_association -> DDI4_ProcessStep [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isSpecifiedBy" fontcolor="black" color="#00000"]; }