ConceptSystemCorrespondence - 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_ConceptSystemCorrespondence [ label = "{<id>ConceptSystemCorrespondence | + displayLabel : LabelForDisplay \l + purpose : InternationalStructuredString \l + usage : InternationalStructuredString \l + correspondence : Map \l \l \l| <ConceptSystemCorrespondence_maps_association> maps \l| <ConceptSystemCorrespondence_realizes_association> realizes \l \l}" tooltip = "Conceptual:ConceptSystemCorrespondence" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_ConceptSystem [ label = "{<id>DDI_ConceptSystem}" tooltip = "Conceptual:ConceptSystem" href = "../Package/Conceptual/ConceptSystem/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" ] } DDI4_ConceptSystemCorrespondence -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_ConceptSystemCorrespondence:ConceptSystemCorrespondence_maps_association -> DDI4_ConceptSystem [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="2..n" edgetooltip="maps" fontcolor="black" color="#00000"]; DDI4_ConceptSystemCorrespondence:ConceptSystemCorrespondence_realizes_association -> DDI4_Comparison [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }