Questions tagged [uml]
The Unified Modeling Language is the industry standard for modeling software-intensive systems.
664 questions
-4votes
0answers
50views
how to represent in-house ai in deployment diagram [closed]
I'm creating a deployment diagram for a specific system. This system uses both an in-house AI and OpenAI. Should I represent these as external systems in the deployment diagram?
3votes
2answers
132views
UML class diagram for RBAC. I don't know if the permissions and roles are properly set
I am trying to create a UML class diagram using RBAC. I am new to this language and trying to make sense of it. I am attempting to showcase permissions to specific roles. I am not sure whether that is ...
6votes
2answers
937views
Creating sequence diagrams for use cases
If I create a sequence diagram for a use case, should the objects in the sequence diagram be based on the methods and classes in the class diagram, or is that not necessarily required?
5votes
2answers
105views
use case relationship generalization
I'm creating a use case diagram. Is it correct to make gaining muscle/maintaining weight/losing weight a generalization? Or do you think I should just delete those use cases? I mean the use case of ...
2votes
3answers
136views
Diagram for Parallel processes
What type of diagram can I use to model parallel processes interacting with a shared set of resources, along with the state of those resources at each point in time? My motivation is I have a bug that ...
2votes
2answers
111views
How do you sketch two partitions communicating with one another in UML sequence diagrams?
I have a system that is divided into partitions (avionics system). THe basic means of sending and receiving information is via read and write calls to a certain port. The reading and writing is ...
0votes
2answers
147views
Is my use case diagram about AI expertizer interpretable?
I have this Use-case diagram: Stop Scroll Here!!! What is your first impression about the use case? I mean is it interpretable intuitively? After you answer it, I will explain what that use case is ...
0votes
1answer
82views
How to adjust the component diagram in this case for better readability?
I have created a Python code where a main algorithm uses three different modules (.py) after importing them. To illustrate and describe it I have create the following component diagram? Could it be ...
0votes
2answers
114views
UML: Association vs operation
I want model something in class diagram. sometime it seems you can use association or just operation. for example User and Product, should they have association with name Add or should class User have ...
1vote
1answer
120views
Does the current Use Case Diagram clearly represent how users interact with the system?
Detailed Idea for the Dermatech System Main Idea of the System: Dermatech is an AI-based system that operates through a mobile application, designed to assist users in diagnosing primary skin ...
1vote
0answers
30views
Is the activation box allowed to hang across the entire life line or is stacking them a better option? [duplicate]
I'm trying to learn UML, and right now I'm focusing on sequence diagrams. I'm trying to represent this Java code in a diagram. I'm very unsure about the activation boxes. Could somebody maybe provide ...
2votes
3answers
261views
What is the relationship between the terms "association", "aggregation", and "composition"? [closed]
I try to brush up on my technical interview skills as I plan to seek a better offer I don't recall being ever asked that really, but I still want to clear up any confusion. What is association, ...
0votes
2answers
113views
granularity of sequence diagram
I am new to UML, and I am self-learning it, so please bear with me. I am trying to model a system where a teacher can develop an assignment paper and use an LLM to generate answers to make a more ...
1vote
1answer
105views
converting use case diagram to an use case template
I am new to UML and have a problem. I am trying to model a system where a teacher can develop an assignment paper and use an LLM to generate answers to make a more robust paper. later, the moderator ...
1vote
1answer
186views
The level of granularity of a use case
I am new to UML and have a problem. I am trying to model a system where a teacher can develop an assignment paper and use an LLM to generate answers to make a more robust paper. later, the moderator ...