ConceptualInstrument - 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_ConceptualInstrument [ label = "{<id>ConceptualInstrument | + displayLabel : LabelForDisplay \l + name : ObjectName \l + description : InternationalStructuredString \l + usage : InternationalStructuredString \l \l \l| <ConceptualInstrument_organizes_association> organizes \l \l}" tooltip = "DataCapture:ConceptualInstrument" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowProcess [ label = "{<id>DDI_WorkflowProcess}" tooltip = "Workflows:WorkflowProcess" href = "../Package/Workflows/WorkflowProcess/index.html" ] } subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_Capture [ label = "{<id>DDI_Capture}" tooltip = "DataCapture:Capture" href = "../Package/DataCapture/Capture/index.html" ] } DDI4_ConceptualInstrument -> DDI4_WorkflowProcess [arrowhead=onormal color="#000000"]; DDI4_ConceptualInstrument:ConceptualInstrument_organizes_association -> DDI4_Capture [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="organizes" fontcolor="black" color="#00000"]; }