Table of contents
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_Machine [ label = "{<id>Machine | + typeOfMachine : ExternalControlledVocabularyEntry \l + name : ObjectName \l + hasAccessLocation : AccessLocation \l + function : ExternalControlledVocabularyEntry \l + machineInterface : ExternalControlledVocabularyEntry \l + ownerOperatorContact : ContactInformation \l \l \l| \l \l}" tooltip = "Agents:Machine" ] subgraph Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } DDI4_Machine -> DDI4_Agent [arrowhead=onormal color="#000000"]; }