Questions tagged as 'uml'

3
answers

UML classes associations

I'm from the time of structured programming and now I'm coming back and trying to fit in with OOP. I made a diagram below, could you analyze if I'm on the right track? I created this class Empresa thinking not to be limited in the two...
asked by 04.07.2018 / 20:30
1
answer

Doubt about the Use Cases CRUD

I have the following questions about the CRUD Use Cases: It is said that you should not create multiple use cases representing each CRUD operation, and you should create only one use case for this, as explained in Level of use-case detail ....
asked by 10.08.2016 / 22:42
1
answer

Alternative Flow in Use Case Alternative Flow Can?

I'd like to know if I can have an alternate stream within an alternate stream in a use case. Type the alternate stream A1 that has A2: A1: O usuário clicou em Excluir 1 - O sistema solicita aprovação 2 - O usuário confirma (A2) (Aqui tem o alt...
asked by 17.09.2017 / 18:21
1
answer

Case Tool Use Case [closed]

How do I create use case diagrams, diagram all the use cases, or make diagrams for each specific scenario. Eg: I have several lines of work within the system, part of stock, financial part, sales part for customers. I create diagrams with all...
asked by 12.08.2017 / 05:13
0
answers

Is it acceptable to include a larger use case when a single feature of this case is used?

I've created a use case diagram, however, I'm not sure how to use the UML elements and the coherence of the diagram itself. See diagram: My question is focused on inclusion relationship between Generate Statistics and Keep Tasks ....
asked by 01.12.2018 / 03:26
0
answers

Doubt in use cases, digital bank financial system and credit card

Simple use case work. Digital bank and credit card financial system. The idea is to create an online account through an app (mobile app) without having to go to a physical agency. The user enters the data in the App and performs the registr...
asked by 29.11.2018 / 21:40
1
answer

Does the use of the Sequence Diagram make it necessary to model the Activity Diagram in a project?

Both diagrams are behavioral, but do I need to model the system's activities even though I have the sequence diagram?     
asked by 27.07.2018 / 18:34
0
answers

Class without association

I have classes Funcionario{nome: string, idade: int, cargo: string} , FolhaPonto{funcionario: Funcionario, data: date, entrada: time, intervalo: time, retorno: time, saida: time} . The system must not allow a point record ( class...
asked by 15.06.2018 / 22:25
0
answers

How to define a type instance in the class diagram?

Assuming there is a class that needs to have an object such as instancia of another class to be true, how to represent it as 'tipo' in a diagram? I tried the following: Is this a good representation? Or is there a cl...
asked by 08.03.2018 / 04:56
0
answers

Say more with less in the UML class diagram

I have a question on how to draw a diagram for this scenario: Application in Laravel MVC Much like code in the view layers and controller wanted to omit it Facul's work I wanted to know if it is possible and acceptable for me to just...
asked by 22.10.2017 / 20:20