Binding - 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_Binding [ label = "{<id>Binding | \l \l| <Binding_fromParameter_association> fromParameter \l| <Binding_toParameter_association> toParameter \l \l}" tooltip = "StructuredDataTypes:Binding" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/index.html" ] } DDI4_Binding -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_Binding:Binding_fromParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="fromParameter" fontcolor="black" color="#00000"]; DDI4_Binding:Binding_toParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="toParameter" fontcolor="black" color="#00000"]; }