IfThenElse - GraphΒΆ

d:IfThenElseType

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_IfThenElse [ label = "{<id>IfThenElse | + elseIf : ElseIfAction \l \l \l| <IfThenElse_elseExecutes_association> elseExecutes \l \l}" tooltip = "Workflows:IfThenElse" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_ConditionalControlStep [ label = "{<id>DDI_ConditionalControlStep}" tooltip = "Workflows:ConditionalControlStep" href = "../Package/Workflows/ConditionalControlStep/index.html" ] DDI4_WorkflowStepSequence [ label = "{<id>DDI_WorkflowStepSequence}" tooltip = "Workflows:WorkflowStepSequence" href = "../Package/Workflows/WorkflowStepSequence/index.html" ] } DDI4_IfThenElse -> DDI4_ConditionalControlStep [arrowhead=onormal color="#000000"]; DDI4_IfThenElse:IfThenElse_elseExecutes_association -> DDI4_WorkflowStepSequence [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="elseExecutes" fontcolor="black" color="#00000"]; }