DesignOverview - 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_DesignOverview [ label = "{<id>DesignOverview | + subectOfDesign : ExternalControlledVocabularyEntry \l + overview : InternationalStructuredString \l \l \l| <DesignOverview_isDescribedIn_association> isDescribedIn \l| <DesignOverview_assumesPrecondition_association> assumesPrecondition \l| <DesignOverview_specifiesGoal_association> specifiesGoal \l| <DesignOverview_expressesAlgorithm_association> expressesAlgorithm \l| <DesignOverview_implementedBy_association> implementedBy \l| <DesignOverview_realizes_association> realizes \l \l}" tooltip = "SimpleMethodologyOverview:DesignOverview" ] subgraph SimpleMethodologyOverview { label = "SimpleMethodologyOverview" node [ color = "#0000ff" ] DDI4_AlgorithmOverview [ label = "{<id>DDI_AlgorithmOverview}" tooltip = "SimpleMethodologyOverview:AlgorithmOverview" href = "../Package/SimpleMethodologyOverview/AlgorithmOverview/index.html" ] } subgraph MethodologyPattern { label = "MethodologyPattern" node [ color = "#0000ff" ] DDI4_Design [ label = "{<id>DDI_Design}" tooltip = "MethodologyPattern:Design" href = "../Package/MethodologyPattern/Design/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_WorkflowProcess [ label = "{<id>DDI_WorkflowProcess}" tooltip = "Workflows:WorkflowProcess" href = "../Package/Workflows/WorkflowProcess/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_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_DesignOverview -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_DesignOverview:DesignOverview_isDescribedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDescribedIn" fontcolor="black" color="#00000"]; DDI4_DesignOverview:DesignOverview_assumesPrecondition_association -> DDI4_Precondition [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="assumesPrecondition" fontcolor="black" color="#00000"]; DDI4_DesignOverview:DesignOverview_specifiesGoal_association -> DDI4_Goal [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="specifiesGoal" fontcolor="black" color="#00000"]; DDI4_DesignOverview:DesignOverview_expressesAlgorithm_association -> DDI4_AlgorithmOverview [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="expressesAlgorithm" fontcolor="black" color="#00000"]; DDI4_DesignOverview:DesignOverview_implementedBy_association -> DDI4_WorkflowProcess [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="implementedBy" fontcolor="black" color="#00000"]; DDI4_DesignOverview:DesignOverview_realizes_association -> DDI4_Design [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }