Table of contents
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_Design [ label = "{<id>Design | + overview : InternationalStructuredString \l \l \l| <Design_isDiscussedIn_association> isDiscussedIn \l| <Design_expressesAlgorithm_association> expressesAlgorithm \l| <Design_assumesPrecondition_association> assumesPrecondition \l| <Design_specifiesGoal_association> specifiesGoal \l| <Design_implentatedBy_association> implentatedBy \l \l}" tooltip = "MethodologyPattern:Design" ] 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_Process [ label = "{<id>DDI_Process}" tooltip = "ProcessPattern:Process" href = "../Package/ProcessPattern/Process/index.html" ] } subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/index.html" ] } subgraph Methodologies { label = "Methodologies" node [ color = "#0000ff" ] DDI4_Goal [ label = "{<id>DDI_Goal}" tooltip = "Methodologies:Goal" href = "../Package/Methodologies/Goal/index.html" ] DDI4_Precondition [ label = "{<id>DDI_Precondition}" tooltip = "Methodologies:Precondition" href = "../Package/Methodologies/Precondition/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_Design -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Design:Design_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Design:Design_expressesAlgorithm_association -> DDI4_Algorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="expressesAlgorithm" fontcolor="black" color="#00000"]; DDI4_Design:Design_assumesPrecondition_association -> DDI4_Precondition [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="assumesPrecondition" fontcolor="black" color="#00000"]; DDI4_Design:Design_specifiesGoal_association -> DDI4_Goal [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="specifiesGoal" fontcolor="black" color="#00000"]; DDI4_Design:Design_implentatedBy_association -> DDI4_Process [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implentatedBy" fontcolor="black" color="#00000"]; }