Methodologies

A package is a administrative collection of classes in DDI. These are not namespaces.

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_AppliedUse [ label = "{<id>AppliedUse | + overview : InternationalStructuredString \l \l \l| <AppliedUse_hasGuide_association> hasGuide \l| <AppliedUse_appliesToUnitType_association> appliesToUnitType \l| <AppliedUse_isUsedBy_association> isUsedBy \l \l}" tooltip = "Methodologies:AppliedUse" ] DDI4_BusinessFunction [ label = "{<id>BusinessFunction | + overview : InternationalStructuredString \l \l \l| \l \l}" tooltip = "Methodologies:BusinessFunction" ] DDI4_Goal [ label = "{<id>Goal | \l \l| <Goal_isDiscussedIn_association> isDiscussedIn \l \l}" tooltip = "Methodologies:Goal" ] DDI4_Guide [ label = "{<id>Guide | + overview : InternationalStructuredString \l \l \l| <Guide_isDiscussedIn_association> isDiscussedIn \l \l}" tooltip = "Methodologies:Guide" ] DDI4_Precondition [ label = "{<id>Precondition | \l \l| <Precondition_isDiscussedIn_association> isDiscussedIn \l| <Precondition_basedOnPriorResult_association> basedOnPriorResult \l \l}" tooltip = "Methodologies:Precondition" ] 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 Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/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_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_AppliedUse -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_AppliedUse:AppliedUse_hasGuide_association -> DDI4_Guide [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasGuide" fontcolor="black" color="#00000"]; DDI4_AppliedUse:AppliedUse_appliesToUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="appliesToUnitType" fontcolor="black" color="#00000"]; DDI4_AppliedUse:AppliedUse_isUsedBy_association -> DDI4_AnnotatedIdentifiable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isUsedBy" fontcolor="black" color="#00000"]; DDI4_BusinessFunction -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_Goal -> DDI4_BusinessFunction [arrowhead=onormal color="#000000"]; DDI4_Goal:Goal_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Guide -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_Guide:Guide_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Precondition -> DDI4_BusinessFunction [arrowhead=onormal color="#000000"]; DDI4_Precondition:Precondition_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Precondition:Precondition_basedOnPriorResult_association -> DDI4_Result [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="basedOnPriorResult" fontcolor="black" color="#00000"]; 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"]; }