Questions tagged as 'uml'

0
answers

Doubt about the dependency between interfaces in UML

Given the following class diagram: I would like to know if the association between the ConcreteA class and the B interface is correct, given that the A interface has a relationship of dependence with the B interface Would not it...
asked by 05.05.2018 / 20:40
1
answer

How to model the following entities in a relational database?

I have to create tables with the following 3 entities in a DB: User(id,nombre), Client(id,nombre) y Atributo(id,Nombre,Valor) . The entities are related as follows: User can have many clients (one to many) Client can have only one...
asked by 06.11.2018 / 23:34
2
answers

Is it important that a method of an interface is implicit in a class first?

   Implementing the interface methods should go first and then the   rest, it may be that when for example I implement an interface first to   that works and add the rest, then if I implement it later more after the rest will give error .....
asked by 25.05.2017 / 12:31
0
answers

Class diagram from database diagram

I have the following tables: local { id_local, nombre } servicio { id_servicio, descripcion } subServicio { id_subservicio, descripcion, id_servicio } local_servicio { id_local, id_servicio } loca_servicio_subservi...
asked by 30.10.2018 / 20:53
0
answers

does anyone know about the copy-paste in starUML?

I currently use a diagramming system called "StarUML" in its version 2.8.1, however when copying an element (ctrl + c - ctrl + v) from one folder to another the element does not make a "clone" but rather it moves and leaves an icon that still re...
asked by 24.09.2018 / 01:00
1
answer

I do not understand Relationships in poo

I am trying to carry out a poo project, but as I go from one to the other, I find it very difficult, I would like someone to help me with an explanation, I leave an image of the project thanks.     
asked by 15.09.2018 / 05:25
0
answers

Relations in SQL

I recently had a question with my teacher in databases that could not solve, I would like to ask what is the best way or what is the appropriate way to solve this problem. As you can see in the photo I have the tables Clientes and H...
asked by 16.03.2018 / 05:10
1
answer

Relationships between Classes

I am working on Class Diagram and my question is yes, a Class X can have 2 relations with a Class Y . Let me explain : Class X can have inheritance and dependency with Class Y? Is that what I mean, can this exist between two clas...
asked by 09.03.2018 / 15:32
0
answers

Android class diagram (uml)

I want to generate the uml diagram of an android app. I added the plugin SimpleUML and generated the uml from Android studio, but the classes are not related. Is there any way for them to come out already related?     
asked by 25.02.2018 / 16:36
0
answers

Error Generating Class Diagrams with EasyUML

Trying to generate the class diagram of my project in java-netbeans gives me this error ..... They can help me with solution ideas or in this case some other method to generate the class and case diagrams of use, it should be noted that the plug...
asked by 18.02.2018 / 22:20