This is an old revision of the document!


d i a g r a m s / plantuML

(using the plantUML render plugin

slinkdouble slinktwo slinkunoduotreemapelongated stem, or trunkphotosynthetic leaves or branchessome distance above the groundangiosperms and gymnospermsroots

some examples from https://real-world-plantuml.com/umls/4561383312064512

DCP - Cahier des chargesMOA :obde/ MOE :teamflatRoleAdherentMaterielTypeMaterielEvenementPlanningTacheDemandeQuestionSMSGroupe10..110..*1..*10..*0..*0..10..*0..*11..*0..*dirige0..*0..10..*10..*10..*110..*

使用者使用者頭等艙頭等艙第二類第二類最後一堂課最後一堂課完成這項工作創建請求創建請求這項工作完成請求創建做完

<uml>

skinparam activity {

  FontColor          white
  AttributeFontColor white
  FontSize           17
  AttributeFontSize  15
  AttributeFontname  Droid Sans Mono
  BackgroundColor    #527BC6
  BorderColor        black
  ArrowColor         #222266

}

partition start { (*) –> if “steam pump\nmounted ?” then

  1. right→ [No] “echo a warning”
  2. → (*)

else

  if "linked to\norchestra ?" then
      -right-> [No] "echo location "
      --> (*)
  else
      if "flying ?" then
          -right-> [No] "start flying"
          if "started" then
              --> [No] "exit stage left"
              --> (*)
          else
              --> [Yes] ===A===
          endif
      else
          --> [Yes] ===A===
      endif
      --> "start chasing elephants"
      if "started" then
          --> [No] "exit 2"
          --> (*)
      else
          --> [Yes] (*)
      endif
  endif

endif } <uml>

  • test-diagrams.1648771128.txt.gz
  • Last modified: 2022-03-31 23:58
  • by nik