WorkflowProcess - 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_WorkflowProcess [ label = "{<id>WorkflowProcess | + overview : InternationalStructuredString \l + name : ObjectName \l + purpose : InternationalStructuredString \l + usage : InternationalStructuredString \l \l \l| <WorkflowProcess_implementsAlgorithm_association> implementsAlgorithm \l| <WorkflowProcess_realizes_association> realizes \l| <WorkflowProcess_isSpecifiedBy_association> isSpecifiedBy \l \l}" tooltip = "Workflows:WorkflowProcess" ] subgraph SimpleMethodologyOverview { label = "SimpleMethodologyOverview" node [ color = "#0000ff" ] DDI4_AlgorithmOverview [ label = "{<id>DDI_AlgorithmOverview}" tooltip = "SimpleMethodologyOverview:AlgorithmOverview" href = "../Package/SimpleMethodologyOverview/AlgorithmOverview/index.html" ] } subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Process [ label = "{<id>DDI_Process}" tooltip = "ProcessPattern:Process" href = "../Package/ProcessPattern/Process/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowControlStep [ label = "{<id>DDI_WorkflowControlStep}" tooltip = "Workflows:WorkflowControlStep" href = "../Package/Workflows/WorkflowControlStep/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_WorkflowProcess -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_WorkflowProcess:WorkflowProcess_implementsAlgorithm_association -> DDI4_AlgorithmOverview [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implementsAlgorithm" fontcolor="black" color="#00000"]; DDI4_WorkflowProcess:WorkflowProcess_realizes_association -> DDI4_Process [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_WorkflowProcess:WorkflowProcess_isSpecifiedBy_association -> DDI4_WorkflowControlStep [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isSpecifiedBy" fontcolor="black" color="#00000"]; }