Table of contents
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_ResponseDomain [ label = "{<id>ResponseDomain | + displayLabel : LabelForDisplay \l \l \l| <ResponseDomain_intendedRepresentation_association> intendedRepresentation \l| <ResponseDomain_hasOutputParameter_association> hasOutputParameter \l \l}" tooltip = "DataCapture:ResponseDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_RepresentedVariable [ label = "{<id>DDI_RepresentedVariable}" tooltip = "Conceptual:RepresentedVariable" href = "../Package/Conceptual/RepresentedVariable/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/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_ResponseDomain -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_ResponseDomain:ResponseDomain_intendedRepresentation_association -> DDI4_RepresentedVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="intendedRepresentation" fontcolor="black" color="#00000"]; DDI4_ResponseDomain:ResponseDomain_hasOutputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasOutputParameter" fontcolor="black" color="#00000"]; }