AlgorithmOverview - 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_AlgorithmOverview [ label = "{<id>AlgorithmOverview | + subjectOfAlgorithm : ExternalControlledVocabularyEntry \l + overview : InternationalStructuredString \l \l \l| <AlgorithmOverview_isDescribedIn_association> isDescribedIn \l| <AlgorithmOverview_realizes_association> realizes \l \l}" tooltip = "SimpleMethodologyOverview:AlgorithmOverview" ] subgraph MethodologyPattern { label = "MethodologyPattern" node [ color = "#0000ff" ] DDI4_Algorithm [ label = "{<id>DDI_Algorithm}" tooltip = "MethodologyPattern:Algorithm" href = "../Package/MethodologyPattern/Algorithm/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 Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_AlgorithmOverview -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_AlgorithmOverview:AlgorithmOverview_isDescribedIn_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isDescribedIn" fontcolor="black" color="#00000"]; DDI4_AlgorithmOverview:AlgorithmOverview_realizes_association -> DDI4_Algorithm [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }