Methodology - 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_Methodology [ label = "{<id>Methodology | + name : ObjectName \l + usage : InternationalStructuredString \l + rationale : InternationalStructuredString \l + overview : InternationalStructuredString \l \l \l| <Methodology_hasDesign_association> hasDesign \l| <Methodology_hasProcess_association> hasProcess \l| <Methodology_isExpressedBy_association> isExpressedBy \l| <Methodology_componentMethodology_association> componentMethodology \l \l}" tooltip = "MethodologyPattern:Methodology" ] subgraph MethodologyPattern { label = "MethodologyPattern" node [ color = "#0000ff" ] DDI4_Algorithm [ label = "{<id>DDI_Algorithm}" tooltip = "MethodologyPattern:Algorithm" href = "../Package/MethodologyPattern/Algorithm/index.html" ] DDI4_Design [ label = "{<id>DDI_Design}" tooltip = "MethodologyPattern:Design" href = "../Package/MethodologyPattern/Design/index.html" ] } subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Process [ label = "{<id>DDI_Process}" tooltip = "ProcessPattern:Process" href = "../Package/ProcessPattern/Process/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_Methodology -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Methodology:Methodology_hasDesign_association -> DDI4_Design [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasDesign" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_hasProcess_association -> DDI4_Process [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasProcess" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_isExpressedBy_association -> DDI4_Algorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isExpressedBy" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_componentMethodology_association -> DDI4_Methodology [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="componentMethodology" fontcolor="black" color="#00000"]; }