CorrespondenceTable - 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_CorrespondenceTable [ label = "{<id>CorrespondenceTable | + effectiveDates : DateRange \l + correspondence : Map \l \l \l| <CorrespondenceTable_maps_association> maps \l| <CorrespondenceTable_sourceLevel_association> sourceLevel \l| <CorrespondenceTable_targetLevel_association> targetLevel \l| <CorrespondenceTable_hasPublication_association> hasPublication \l| <CorrespondenceTable_realizes_association> realizes \l| <CorrespondenceTable_owner_association> owner \l| <CorrespondenceTable_maintenanceUnit_association> maintenanceUnit \l| <CorrespondenceTable_contactPerson_association> contactPerson \l \l}" tooltip = "Representations:CorrespondenceTable" ] subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_Comparison [ label = "{<id>DDI_Comparison}" tooltip = "CollectionsPattern:Comparison" href = "../Package/CollectionsPattern/Comparison/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } subgraph Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_LevelStructure [ label = "{<id>DDI_LevelStructure}" tooltip = "Representations:LevelStructure" href = "../Package/Representations/LevelStructure/index.html" ] DDI4_StatisticalClassification [ label = "{<id>DDI_StatisticalClassification}" tooltip = "Representations:StatisticalClassification" href = "../Package/Representations/StatisticalClassification/index.html" ] } DDI4_CorrespondenceTable -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_CorrespondenceTable:CorrespondenceTable_maps_association -> DDI4_StatisticalClassification [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="maps" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_sourceLevel_association -> DDI4_LevelStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="sourceLevel" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_targetLevel_association -> DDI4_LevelStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="targetLevel" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_hasPublication_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasPublication" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_realizes_association -> DDI4_Comparison [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_owner_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="owner" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_maintenanceUnit_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="maintenanceUnit" fontcolor="black" color="#00000"]; DDI4_CorrespondenceTable:CorrespondenceTable_contactPerson_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="contactPerson" fontcolor="black" color="#00000"]; }