ConceptualVariable - GraphΒΆ

c:ConceptualVariableType

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_ConceptualVariable [ label = "{<id>ConceptualVariable | + descriptiveText : InternationalStructuredString \l \l \l| <ConceptualVariable_usesConcept_association> usesConcept \l| <ConceptualVariable_takesSubstantiveConceptsFrom_association> takesSubstantiveConceptsFrom \l| <ConceptualVariable_usesUnitType_association> usesUnitType \l| <ConceptualVariable_takesSentinelConceptsFrom_association> takesSentinelConceptsFrom \l \l}" tooltip = "Conceptual:ConceptualVariable" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] DDI4_SentinelConceptualDomain [ label = "{<id>DDI_SentinelConceptualDomain}" tooltip = "Conceptual:SentinelConceptualDomain" href = "../Package/Conceptual/SentinelConceptualDomain/index.html" ] DDI4_SubstantiveConceptualDomain [ label = "{<id>DDI_SubstantiveConceptualDomain}" tooltip = "Conceptual:SubstantiveConceptualDomain" href = "../Package/Conceptual/SubstantiveConceptualDomain/index.html" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } DDI4_ConceptualVariable -> DDI4_Concept [arrowhead=onormal color="#000000"]; DDI4_ConceptualVariable:ConceptualVariable_usesConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="usesConcept" fontcolor="black" color="#00000"]; DDI4_ConceptualVariable:ConceptualVariable_takesSubstantiveConceptsFrom_association -> DDI4_SubstantiveConceptualDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesSubstantiveConceptsFrom" fontcolor="black" color="#00000"]; DDI4_ConceptualVariable:ConceptualVariable_usesUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesUnitType" fontcolor="black" color="#00000"]; DDI4_ConceptualVariable:ConceptualVariable_takesSentinelConceptsFrom_association -> DDI4_SentinelConceptualDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesSentinelConceptsFrom" fontcolor="black" color="#00000"]; }