Result - 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_Result [ label = "{<id>Result | + overview : InternationalStructuredString \l + hasBinding : Binding \l \l \l| <Result_hasAppliedUse_association> hasAppliedUse \l| <Result_evaluateAgainstGoal_association> evaluateAgainstGoal \l| <Result_hasInputParameter_association> hasInputParameter \l| <Result_hasOutputParameter_association> hasOutputParameter \l \l}" tooltip = "Methodologies:Result" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/index.html" ] } subgraph Methodologies { label = "Methodologies" node [ color = "#0000ff" ] DDI4_AppliedUse [ label = "{<id>DDI_AppliedUse}" tooltip = "Methodologies:AppliedUse" href = "../Package/Methodologies/AppliedUse/index.html" ] DDI4_Goal [ label = "{<id>DDI_Goal}" tooltip = "Methodologies:Goal" href = "../Package/Methodologies/Goal/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_Result -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_Result:Result_hasAppliedUse_association -> DDI4_AppliedUse [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasAppliedUse" fontcolor="black" color="#00000"]; DDI4_Result:Result_evaluateAgainstGoal_association -> DDI4_Goal [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="evaluateAgainstGoal" fontcolor="black" color="#00000"]; DDI4_Result:Result_hasInputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasInputParameter" fontcolor="black" color="#00000"]; DDI4_Result:Result_hasOutputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasOutputParameter" fontcolor="black" color="#00000"]; }