Using UML Diagrams for Extraordinary Situations

  • Thread starter Thread starter anonim
  • Start date Start date
  • Tags Tags
    diagram
AI Thread Summary
The discussion centers on the use of UML (Unified Modeling Language) and specifically the representation of use case diagrams. A user expresses concern about stating that a function will only be used in extraordinary situations within their use case diagram. The response critiques this approach, suggesting that it is not an appropriate way to represent functionality, as it introduces conditional logic that complicates the diagram. It is also noted that the role of the Branch Manager may not qualify as an actor in this context, as merely informing an actor does not constitute an interaction with the system. The conversation emphasizes the importance of clarity and proper representation in UML diagrams.
anonim
Messages
39
Reaction score
2
TL;DR Summary
draw use case diagram
this user will only use this function when something extraordinary situation, and that's how I stated it in the use case diagram. Is it a bad method of stating this way?
1616275456415.png
 
Technology news on Phys.org
anonim said:
Summary:: draw use case diagram

this user will only use this function when something extraordinary situation, and that's how I stated it in the use case diagram. Is it a bad method of stating this way?
View attachment 280037
I do not think that is the right way to represent it.

An "if" == a branch.

1616279912460.png

I think you can leave off the right branch, since/if nothing happens.

Also, I'm not sure if Branch Manager is an Actor here (i.e. a stick figure). Actors interact with the system. Simply informing an actor is not an interaction.
 
Last edited:
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...

Similar threads

Replies
2
Views
3K
Replies
48
Views
10K
Replies
9
Views
154
Replies
7
Views
3K
Replies
5
Views
2K
Replies
6
Views
1K
Replies
12
Views
839
Back
Top