Map - 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_Map [ label = "{<id>Map | + validDates : DateRange \l + hasCorrespondenceType : CorrespondenceType \l + displayLabel : LabelForDisplay \l + usage : InternationalStructuredString \l \l \l| <Map_source_association> source \l| <Map_target_association> target \l| <Map_realizes_association> realizes \l \l}" tooltip = "StructuredDataTypes:Map" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_ComparisonMap [ label = "{<id>DDI_ComparisonMap}" tooltip = "CollectionsPattern:ComparisonMap" href = "../Package/CollectionsPattern/ComparisonMap/index.html" ] } DDI4_Map -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_Map:Map_source_association -> DDI4_Concept [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_Map:Map_target_association -> DDI4_Concept [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_Map:Map_realizes_association -> DDI4_ComparisonMap [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }