Questions tagged as 'uml'

1
answer

How to check if a room is available?

I have a database with 6 tables T_cliente , T_hotel , T_reserva , T_tarcre , T_tarifa and T_tiphab . Here is the UML diagram. What I do not know how to do, is to check if the room is available or not....
asked by 12.12.2017 / 17:42
1
answer

Use UML Diagrams

Can you make UML diagrams to document a system that was created using structured programming? Since I have a lot of emphasis on classes and objects, I wonder if it would be correct.     
asked by 19.11.2017 / 04:54
1
answer

Should the activities and fragments be added in a class diagram?

I have to do some reverse engineering and make a class diagram of an application for android already done, but I really do not know if I should add the activities and fragments of the app or they can go in another diagram.     
asked by 24.08.2017 / 20:27
0
answers

C # - UML - consultation and interpretation

I wanted to know if I made a correct interpretation of the following code when graphing the UML. class Sala { protected arraylist butacas; private int capacidad; public sala(int c) { butacas = new arraylist(); c...
asked by 31.05.2017 / 02:51
0
answers

Visual Studio 2015 - Generate UML diagrams of an entire MVC project

I have a MVC5 project in Visual Studio 2015 Enterprise, I wanted to know if there is any way to generate an entire UML modeling project for my MVC project, something like right click the MVC project and generate a UML modeling project, and from...
asked by 30.11.2016 / 16:21