Table of contents
A package is a administrative collection of classes in DDI. These are not namespaces.
Classes
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_Algorithm [ label = "{<id>Algorithm | + overview : InternationalStructuredString \l \l \l| <Algorithm_isDiscussedIn_association> isDiscussedIn \l \l}" tooltip = "MethodologyPattern:Algorithm" ] DDI4_Design [ label = "{<id>Design | + overview : InternationalStructuredString \l \l \l| <Design_isDiscussedIn_association> isDiscussedIn \l| <Design_expressesAlgorithm_association> expressesAlgorithm \l| <Design_assumesPrecondition_association> assumesPrecondition \l| <Design_specifiesGoal_association> specifiesGoal \l| <Design_implentatedBy_association> implentatedBy \l \l}" tooltip = "MethodologyPattern:Design" ] DDI4_Methodology [ label = "{<id>Methodology | + name : ObjectName \l + usage : InternationalStructuredString \l + rationale : InternationalStructuredString \l + overview : InternationalStructuredString \l \l \l| <Methodology_hasDesign_association> hasDesign \l| <Methodology_hasProcess_association> hasProcess \l| <Methodology_isExpressedBy_association> isExpressedBy \l| <Methodology_componentMethodology_association> componentMethodology \l \l}" tooltip = "MethodologyPattern:Methodology" ] subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Process [ label = "{<id>DDI_Process}" tooltip = "ProcessPattern:Process" href = "../Package/ProcessPattern/Process/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 Methodologies { label = "Methodologies" node [ color = "#0000ff" ] DDI4_Goal [ label = "{<id>DDI_Goal}" tooltip = "Methodologies:Goal" href = "../Package/Methodologies/Goal/index.html" ] DDI4_Precondition [ label = "{<id>DDI_Precondition}" tooltip = "Methodologies:Precondition" href = "../Package/Methodologies/Precondition/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_Algorithm -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Algorithm:Algorithm_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Design -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Design:Design_isDiscussedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDiscussedIn" fontcolor="black" color="#00000"]; DDI4_Design:Design_expressesAlgorithm_association -> DDI4_Algorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="expressesAlgorithm" fontcolor="black" color="#00000"]; DDI4_Design:Design_assumesPrecondition_association -> DDI4_Precondition [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="assumesPrecondition" fontcolor="black" color="#00000"]; DDI4_Design:Design_specifiesGoal_association -> DDI4_Goal [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="specifiesGoal" fontcolor="black" color="#00000"]; DDI4_Design:Design_implentatedBy_association -> DDI4_Process [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implentatedBy" fontcolor="black" color="#00000"]; DDI4_Methodology -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Methodology:Methodology_hasDesign_association -> DDI4_Design [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasDesign" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_hasProcess_association -> DDI4_Process [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasProcess" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_isExpressedBy_association -> DDI4_Algorithm [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isExpressedBy" fontcolor="black" color="#00000"]; DDI4_Methodology:Methodology_componentMethodology_association -> DDI4_Methodology [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="componentMethodology" fontcolor="black" color="#00000"]; }