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:40] – [Action] jcheronanalyse:activitydiagram [2024/02/22 03:10] (Version actuelle) – [Exemple] jcheron
Ligne 4: Ligne 4:
  
 ===== Action ===== ===== Action =====
 +<html><div class="imageB"></html>
 +<uml>
 +:Action 1;
 +:Action 2 sur 
 +plusieurs **lignes**;
 +</uml>
 +<html></div></html>
 +===== Début=====
 +<html><div class="imageB"></html>
 +<uml>
 +start
 +:Action 1;
 +:Action 2;
 +</uml>
 +<html></div></html>
 +===== 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>
-:Hello world+:Action 2
-:This is defined on +stop
-several **lines**;+
 </uml> </uml>
 +<html></div></html>
  
-===== Début=====+===== 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> <uml>
 start start
-:Hello world+fork 
-:This is defined on +  :action 1
-several **lines**;+fork again 
 +  :action 2; 
 +end fork 
 +stop
 </uml> </uml>
 +<html></div></html>
  
 +===== Exemple =====
  
 +<html><div class="imageB"></html>{{:analyse:pasted:20240222-030948.png?600}}<html></div></html>
  
  • analyse/activitydiagram.1701675659.txt.gz
  • Dernière modification : il y a 17 mois
  • de jcheron