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_WorkflowStep [ label = "{<id>WorkflowStep | + displayLabel : LabelForDisplay \l + name : ObjectName \l + purpose : InternationalStructuredString \l + usage : InternationalStructuredString \l + overview : InternationalStructuredString \l + hasInformationFlow : Binding \l \l \l| <WorkflowStep_isPerformedBy_association> isPerformedBy \l| <WorkflowStep_realizes_association> realizes \l| <WorkflowStep_hasInputParameter_association> hasInputParameter \l| <WorkflowStep_hasOutputParameter_association> hasOutputParameter \l \l}" tooltip = "Workflows:WorkflowStep" ] subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_ProcessStep [ label = "{<id>DDI_ProcessStep}" tooltip = "ProcessPattern:ProcessStep" href = "../Package/ProcessPattern/ProcessStep/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/index.html" ] DDI4_WorkflowService [ label = "{<id>DDI_WorkflowService}" tooltip = "Workflows:WorkflowService" href = "../Package/Workflows/WorkflowService/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_WorkflowStep -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_WorkflowStep:WorkflowStep_isPerformedBy_association -> DDI4_WorkflowService [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isPerformedBy" fontcolor="black" color="#00000"]; DDI4_WorkflowStep:WorkflowStep_realizes_association -> DDI4_ProcessStep [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_WorkflowStep:WorkflowStep_hasInputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasInputParameter" fontcolor="black" color="#00000"]; DDI4_WorkflowStep:WorkflowStep_hasOutputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasOutputParameter" fontcolor="black" color="#00000"]; }