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_SamplingProcess [ label = "{<id>SamplingProcess | + overview : InternationalStructuredString \l \l \l| <SamplingProcess_isDiscussedIn_association> isDiscussedIn \l| <SamplingProcess_isSpecifiedBy_association> isSpecifiedBy \l| <SamplingProcess_hasResults_association> hasResults \l| <SamplingProcess_realizes_association> realizes \l| <SamplingProcess_implementsAlgorithm_association> implementsAlgorithm \l \l}" tooltip = "SamplingMethodology:SamplingProcess" ] subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Process [ label = "{<id>DDI_Process}" tooltip = "ProcessPattern:Process" href = "../Package/ProcessPattern/Process/index.html" ] } subgraph SamplingMethodology { label = "SamplingMethodology" node [ color = "#0000ff" ] DDI4_SamplePopulationResult [ label = "{<id>DDI_SamplePopulationResult}" tooltip = "SamplingMethodology:SamplePopulationResult" href = "../Package/SamplingMethodology/SamplePopulationResult/index.html" ] DDI4_SamplingAlgorithm [ label = "{<id>DDI_SamplingAlgorithm}" tooltip = "SamplingMethodology:SamplingAlgorithm" href = "../Package/SamplingMethodology/SamplingAlgorithm/index.html" ] } subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowStepSequence [ label = "{<id>DDI_WorkflowStepSequence}" tooltip = "Workflows:WorkflowStepSequence" href = "../Package/Workflows/WorkflowStepSequence/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_SamplingProcess -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_SamplingProcess:SamplingProcess_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_SamplingProcess:SamplingProcess_isSpecifiedBy_association -> DDI4_WorkflowStepSequence [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isSpecifiedBy" fontcolor="black" color="#00000"]; DDI4_SamplingProcess:SamplingProcess_hasResults_association -> DDI4_SamplePopulationResult [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasResults" fontcolor="black" color="#00000"]; DDI4_SamplingProcess:SamplingProcess_realizes_association -> DDI4_Process [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_SamplingProcess:SamplingProcess_implementsAlgorithm_association -> DDI4_SamplingAlgorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implementsAlgorithm" fontcolor="black" color="#00000"]; }