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_WorkflowService [ label = "{<id>WorkflowService | + serviceInterface : ExternalControlledVocabularyEntry \l + serviceLocation : ExternalControlledVocabularyEntry \l + estimatedDuration : Date \l \l \l| <WorkflowService_hasAgent_association> hasAgent \l| <WorkflowService_realizes_association> realizes \l \l}" tooltip = "Workflows:WorkflowService" ] subgraph ProcessPattern { label = "ProcessPattern" node [ color = "#0000ff" ] DDI4_Service [ label = "{<id>DDI_Service}" tooltip = "ProcessPattern:Service" href = "../Package/ProcessPattern/Service/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } subgraph Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } DDI4_WorkflowService -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_WorkflowService:WorkflowService_hasAgent_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasAgent" fontcolor="black" color="#00000"]; DDI4_WorkflowService:WorkflowService_realizes_association -> DDI4_Service [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }