ComputationAction - GraphΒΆ

d:ComputationItemType

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_ComputationAction [ label = "{<id>ComputationAction | + activityDescription : InternationalStructuredString \l + usesCommandCode : CommandCode \l + typeOfComputation : ExternalControlledVocabularyEntry \l \l \l| \l \l}" tooltip = "Workflows:ComputationAction" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Act [ label = "{<id>DDI_Act}" tooltip = "Workflows:Act" href = "../Package/Workflows/Act/index.html" ] } DDI4_ComputationAction -> DDI4_Act [arrowhead=onormal color="#000000"]; }