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_BusinessAlgorithm [ label = "{<id>BusinessAlgorithm | \l \l| \l \l}" tooltip = "BusinessWorkflow:BusinessAlgorithm" ] DDI4_BusinessProcess [ label = "{<id>BusinessProcess | + standardModelUsed : PairedExternalControlledVocabularyEntry \l + preCondition : BusinessProcessCondition \l + postCondition : BusinessProcessCondition \l \l \l| \l \l}" tooltip = "BusinessWorkflow:BusinessProcess" ] DDI4_DataPipeline [ label = "{<id>DataPipeline | + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + contains : BusinessProcessIndicator \l + isOrdered : \l \l \l| <DataPipeline_isInStudy_association> isInStudy \l| <DataPipeline_realizes_association> realizes \l| <DataPipeline_definingConcept_association> definingConcept \l \l}" tooltip = "BusinessWorkflow:DataPipeline" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph SimpleMethodologyOverview { label = "SimpleMethodologyOverview" node [ color = "#0000ff" ] DDI4_AlgorithmOverview [ label = "{<id>DDI_AlgorithmOverview}" tooltip = "SimpleMethodologyOverview:AlgorithmOverview" href = "../Package/SimpleMethodologyOverview/AlgorithmOverview/index.html" ] } subgraph StudyRelated { label = "StudyRelated" node [ color = "#0000ff" ] DDI4_Study [ label = "{<id>DDI_Study}" tooltip = "StudyRelated:Study" href = "../Package/StudyRelated/Study/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowProcess [ label = "{<id>DDI_WorkflowProcess}" tooltip = "Workflows:WorkflowProcess" href = "../Package/Workflows/WorkflowProcess/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_SimpleCollection [ label = "{<id>DDI_SimpleCollection}" tooltip = "CollectionsPattern:SimpleCollection" href = "../Package/CollectionsPattern/SimpleCollection/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_BusinessAlgorithm -> DDI4_AlgorithmOverview [arrowhead=onormal color="#000000"]; DDI4_BusinessProcess -> DDI4_WorkflowProcess [arrowhead=onormal color="#000000"]; DDI4_DataPipeline -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_DataPipeline:DataPipeline_isInStudy_association -> DDI4_Study [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="isInStudy" fontcolor="black" color="#00000"]; DDI4_DataPipeline:DataPipeline_realizes_association -> DDI4_SimpleCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_DataPipeline:DataPipeline_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; }