analyse:activitydiagram

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
analyse:activitydiagram [2023/12/04 08:45] – [Fin] jcheronanalyse:activitydiagram [2024/02/22 03:10] (Version actuelle) – [Exemple] jcheron
Ligne 4: Ligne 4:
  
 ===== Action ===== ===== Action =====
 +<html><div class="imageB"></html>
 <uml> <uml>
 :Action 1; :Action 1;
Ligne 10: Ligne 10:
 plusieurs **lignes**; plusieurs **lignes**;
 </uml> </uml>
 +<html></div></html>
 ===== Début===== ===== Début=====
 +<html><div class="imageB"></html>
 <uml> <uml>
 start start
Ligne 18: Ligne 18:
 :Action 2; :Action 2;
 </uml> </uml>
 +<html></div></html>
 ===== Fin ===== ===== Fin =====
 +Fin de traitement
 +<html><div class="imageB"></html>
 +<uml>
 +:Action 2;
 +end
 +</uml>
 +<html></div></html>
  
 +Fin de tous les traitements
 +<html><div class="imageB"></html>
 <uml> <uml>
 :Action 2; :Action 2;
 stop stop
 </uml> </uml>
 +<html></div></html>
 +
 +===== Condition =====
 +<html><div class="imageB"></html>
 +<uml>
 +start
 +
 +if (Graphviz installed?) then (yes)
 +  :process all\ndiagrams;
 +else (no)
 +  :process only
 +  __sequence__ and __activity__ diagrams;
 +endif
 +
 +stop
 +</uml>
 +<html></div></html>
 +===== Itération/répétition =====
 +<html><div class="imageB"></html>
 +<uml>
 +start
 +
 +repeat
 +  :read data;
 +  :generate diagrams;
 +repeat while (more data?)
 +
 +stop
 +</uml>
 +<html></div></html>
 +===== Synchronisation =====
 +<html><div class="imageB"></html>
 +<uml>
 +start
 +fork
 +  :action 1;
 +fork again
 +  :action 2;
 +end fork
 +stop
 +</uml>
 +<html></div></html>
 +
 +===== Exemple =====
  
 +<html><div class="imageB"></html>{{:analyse:pasted:20240222-030948.png?600}}<html></div></html>
  
  • analyse/activitydiagram.1701675958.txt.gz
  • Dernière modification : il y a 17 mois
  • de jcheron