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_InstrumentComponent [ label = "{<id>InstrumentComponent | \l \l| <InstrumentComponent_hasInstruction_association> hasInstruction \l| <InstrumentComponent_hasExternalAid_association> hasExternalAid \l \l}" tooltip = "DataCapture:InstrumentComponent" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Act [ label = "{<id>DDI_Act}" tooltip = "Workflows:Act" href = "../Package/Workflows/Act/index.html" ] } subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_ExternalAid [ label = "{<id>DDI_ExternalAid}" tooltip = "DataCapture:ExternalAid" href = "../Package/DataCapture/ExternalAid/index.html" ] DDI4_Instruction [ label = "{<id>DDI_Instruction}" tooltip = "DataCapture:Instruction" href = "../Package/DataCapture/Instruction/index.html" ] } DDI4_InstrumentComponent -> DDI4_Act [arrowhead=onormal color="#000000"]; DDI4_InstrumentComponent:InstrumentComponent_hasInstruction_association -> DDI4_Instruction [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasInstruction" fontcolor="black" color="#00000"]; DDI4_InstrumentComponent:InstrumentComponent_hasExternalAid_association -> DDI4_ExternalAid [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasExternalAid" fontcolor="black" color="#00000"]; }