Loop - GraphΒΆ

d:LoopType

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_Loop [ label = "{<id>Loop | + initialValue : CommandCode \l + stepValue : CommandCode \l \l \l| \l \l}" tooltip = "Workflows:Loop" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_ConditionalControlStep [ label = "{<id>DDI_ConditionalControlStep}" tooltip = "Workflows:ConditionalControlStep" href = "../Package/Workflows/ConditionalControlStep/index.html" ] } DDI4_Loop -> DDI4_ConditionalControlStep [arrowhead=onormal color="#000000"]; }