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_ProcessStep [ label = "{<id>ProcessStep | + hasInformationFlow : Binding \l \l \l| <ProcessStep_isPerformedBy_association> isPerformedBy \l| <ProcessStep_hasInputParameter_association> hasInputParameter \l| <ProcessStep_hasOutputParameter_association> hasOutputParameter \l \l}" tooltip = "ProcessPattern:ProcessStep" ] subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Service [ label = "{<id>DDI_Service}" tooltip = "ProcessPattern:Service" href = "../Package/ProcessPattern/Service/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_ProcessStep -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_ProcessStep:ProcessStep_isPerformedBy_association -> DDI4_Service [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isPerformedBy" fontcolor="black" color="#00000"]; DDI4_ProcessStep:ProcessStep_hasInputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasInputParameter" fontcolor="black" color="#00000"]; DDI4_ProcessStep:ProcessStep_hasOutputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasOutputParameter" fontcolor="black" color="#00000"]; }