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_StandardWeight [ label = "{<id>StandardWeight | + standardWeightValue : \l \l \l| \l \l}" tooltip = "SimpleCodebook:StandardWeight" ] DDI4_VariableStatistics [ label = "{<id>VariableStatistics | + totalResponses : \l + hasSummaryStatistic : SummaryStatistic \l + hasCategoryStatistic : CategoryStatistic \l \l \l| <VariableStatistics_forInstanceVariable_association> forInstanceVariable \l| <VariableStatistics_usesStandardWeight_association> usesStandardWeight \l| <VariableStatistics_applicableWeightVariable_association> applicableWeightVariable \l| <VariableStatistics_hasFilterVariable_association> hasFilterVariable \l| <VariableStatistics_realizes_association> realizes \l \l}" tooltip = "SimpleCodebook:VariableStatistics" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_InstanceVariable [ label = "{<id>DDI_InstanceVariable}" tooltip = "Conceptual:InstanceVariable" href = "../Package/Conceptual/InstanceVariable/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/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_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_StandardWeight -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_VariableStatistics -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_VariableStatistics:VariableStatistics_forInstanceVariable_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="forInstanceVariable" fontcolor="black" color="#00000"]; DDI4_VariableStatistics:VariableStatistics_usesStandardWeight_association -> DDI4_StandardWeight [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesStandardWeight" fontcolor="black" color="#00000"]; DDI4_VariableStatistics:VariableStatistics_applicableWeightVariable_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="applicableWeightVariable" fontcolor="black" color="#00000"]; DDI4_VariableStatistics:VariableStatistics_hasFilterVariable_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasFilterVariable" fontcolor="black" color="#00000"]; DDI4_VariableStatistics:VariableStatistics_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }