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_Comparison [ label = "{<id>Comparison | + correspondence : ComparisonMap \l \l \l| <Comparison_maps_association> maps \l \l}" tooltip = "CollectionsPattern:Comparison" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_SimpleCollection [ label = "{<id>DDI_SimpleCollection}" tooltip = "CollectionsPattern:SimpleCollection" href = "../Package/CollectionsPattern/SimpleCollection/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_Comparison -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Comparison:Comparison_maps_association -> DDI4_SimpleCollection [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="maps" fontcolor="black" color="#00000"]; }