DataPoint - 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_DataPoint [ label = "{<id>DataPoint | \l \l| <DataPoint_isDescribedBy_association> isDescribedBy \l| <DataPoint_hasDatum_association> hasDatum \l| <DataPoint_realizes_association> realizes \l \l}" tooltip = "LogicalDataDescription:DataPoint" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_InstanceVariable [ label = "{<id>DDI_InstanceVariable}" tooltip = "Conceptual:InstanceVariable" href = "../Package/Conceptual/InstanceVariable/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/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_Datum [ label = "{<id>DDI_Datum}" tooltip = "LogicalDataDescription:Datum" href = "../Package/LogicalDataDescription/Datum/index.html" ] } DDI4_DataPoint -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_DataPoint:DataPoint_isDescribedBy_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="isDescribedBy" fontcolor="black" color="#00000"]; DDI4_DataPoint:DataPoint_hasDatum_association -> DDI4_Datum [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasDatum" fontcolor="black" color="#00000"]; DDI4_DataPoint:DataPoint_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }