| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| cnam:nfe114:uwe:requirements [2024/01/29 20:06] – [Représentation d'ensemble] jcheron | cnam:nfe114:uwe:requirements [2024/01/29 23:51] (Version actuelle) – [Représentation d'ensemble] jcheron |
|---|
| @startuml | @startuml |
| left to right direction | left to right direction |
| usecase "Lister Elements" as UC1 <<Browsing>> | usecase "Lister Elements" as UC1 <<browsing>> |
| usecase "Modifier un Element" as UC2 <<Processing>> | usecase "Modifier un Element" as UC2 <<processing>> |
| usecase "Supprimer un Element" as UC3 <<Processing>> | usecase "Supprimer un Element" as UC3 <<processing>> |
| usecase "Ajouter un Element" as UC4 <<Processing>> | usecase "Ajouter un Element" as UC4 <<processing>> |
| usecase "Afficher un Element" as UC5 <<Browsing>> | usecase "Afficher un Element" as UC5 <<browsing>> |
| UC1-->UC3: <<include>> | UC1-->UC3: <<include>> |
| UC2-->UC1: <<extend>> | UC2-->UC1: <<extend>> |
| <html></div></html> | <html></div></html> |
| |
| | === Analyse d'UC : dynamique === |
| | L'analyse de la dynamique de chaque cas d'utilisation se fait au travers du diagramme d'activités. |
| |
| | voir [[analyse:activitydiagram|]] |
| |
| | UWE y ajoute les prototypes suivants : |
| | |
| | |Représentation | Stéréotype | Rôle | |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-201956.png?nolink}}<html></div></html> ^ <<userAction>>^ Action de l'utilisateur ^ |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-202149.png?nolink}}<html></div></html> ^ <<systemAction>>^ Action du système ^ |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-202238.png?nolink}}<html></div></html> ^ <<displayAction>>^ Action d'affichage ^ |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-202250.png?nolink}}<html></div></html> ^ <<navigationAction>>^ Action de navigation ^ |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-234210.png?nolink}}<html></div></html> ^ <<displayPin>>^ Affichage d'élément ^ |
| | ^<html><div class="imageB"></html>{{:cnam:nfe114:uwe:pasted:20240129-234236.png?nolink}}<html></div></html> ^ <<interactionPin>>^ Interaction avec un élément ^ |
| | |
| | == Exemple == |
| | |
| | <html><div class="imageB"></html> |
| | {{:cnam:nfe114:uwe:pasted:20240129-235042.png?nolink}} |
| | <html></div></html> |
| |
| |