StudyControl - 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_StudyControl [ label = "{<id>StudyControl | \l \l| <StudyControl_hasStudy_association> hasStudy \l \l}" tooltip = "StudyRelated:StudyControl" ] subgraph StudyRelated { label = "StudyRelated" node [ color = "#0000ff" ] DDI4_Study [ label = "{<id>DDI_Study}" tooltip = "StudyRelated:Study" href = "../Package/StudyRelated/Study/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Act [ label = "{<id>DDI_Act}" tooltip = "Workflows:Act" href = "../Package/Workflows/Act/index.html" ] } DDI4_StudyControl -> DDI4_Act [arrowhead=onormal color="#000000"]; DDI4_StudyControl:StudyControl_hasStudy_association -> DDI4_Study [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasStudy" fontcolor="black" color="#00000"]; }