Questions tagged as 'uml'

1
answer

What is the cardinality between a request and the services included in it?

I have class Solicitacao and class Servicos . After insertion into the database I want to retrieve in a query all the services associated with that request. For example, on one screen I insert the request and several services. Wh...
asked by 14.08.2015 / 16:18
3
answers

Test case is a use case?

I have questions about use case and test case . In my understanding both are the same things, just a UML diagram, but in college my teacher said that a test case is not a diagram and not a use case in> but did not go into detail, however,...
asked by 08.01.2016 / 16:42
1
answer

UML, Use case diagram

I have a question regarding the use-case diagram, it follows the original version I put together: However,whenIwrotethedescriptionofusecases,Ihadanideathatmightbetterrepresenttheneedforthesystem.Thepedagogicalnucleusregistersstagebuttoregist...
asked by 07.09.2015 / 01:51
3
answers

Agile development and documentation update

Taking into account the second premise of the agile manifesto: " Software in operation more than comprehensive documentation" According to the agile practices, scrum, XP, etc ..., if during development, after having done the UML design of...
asked by 19.08.2014 / 19:31
1
answer

How to represent the MVC classes in the UML?

How to represent the mvc model classes in the UML? A colleague told me that he just puts Control in his modeling. Is this correct? Another question would be if I need to put the connection class with the bank.     
asked by 27.11.2016 / 00:00
1
answer

Use cases Concept and use cases Process

In software engineering we have the famous use cases. In a college job I come across the following: UCC - Concept use cases UCP - Case use cases UCR - Relational Usage Cases UCR - would be the use cases related to reporting. B...
asked by 12.05.2016 / 12:23
1
answer

Am I using the design pattern Bridge correctly?

I am studying project patterns and would like to know if the following approach is correct for the bridge pattern and if you can improve it:     
asked by 19.03.2018 / 02:00
3
answers

UML, flow diagram between pages

I remember seeing something similar in college, but due to having already spent many years I forgot. Which diagram should I use to represent the flow between pages? It would be similar to represent the general structure of the website. Exa...
asked by 26.07.2015 / 17:21
2
answers

Should I declare Get's and Set's in the UML?

I have a question, whenever I create a UML class I have to declare get and set to all classes that use them or I can leave without, as if it were standard and everyone knew that should they implement them even though they are not i...
asked by 28.12.2014 / 03:33
3
answers

In OOP, what are the differences between Afferent Coupling and Efferent Coupling?

Regarding the concept of acoplamento in Programação Orientada a Objetos , what are the differences between Acoplamento Aferente and Acoplamento Eferente ? If possible, to elucidate the understanding better, what would a...
asked by 06.11.2015 / 18:31