RecordRelation - 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_RecordRelation [ label = "{<id>RecordRelation | + displayLabel : LabelForDisplay \l + purpose : InternationalStructuredString \l + usage : InternationalStructuredString \l + correspondence : InstanceVariableValueMap \l \l \l| <RecordRelation_maps_association> maps \l| <RecordRelation_realizes_association> realizes \l \l}" tooltip = "LogicalDataDescription:RecordRelation" ] 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 LogicalDataDescription { label = "LogicalDataDescription" node [ color = "#0000ff" ] DDI4_UnitDataRecord [ label = "{<id>DDI_UnitDataRecord}" tooltip = "LogicalDataDescription:UnitDataRecord" href = "../Package/LogicalDataDescription/UnitDataRecord/index.html" ] } DDI4_RecordRelation -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_RecordRelation:RecordRelation_maps_association -> DDI4_UnitDataRecord [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="2..n" edgetooltip="maps" fontcolor="black" color="#00000"]; DDI4_RecordRelation:RecordRelation_realizes_association -> DDI4_Comparison [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }