Questions tagged as 'uml'

5
answers

What tool to use to convert a visually developed UML to code?

I need an Eclipse tool / plugin that allows me to develop class diagrams, activities and sequence in UML and to generate the code. I often use Eclipse with Omondo plugin, but it looks like it has been discontinued. The last version I got was...
asked by 30.01.2014 / 11:43
1
answer

UML aggregation X composition

By studying associations in UML (aggregation and composition) I realized that the difference between them would be only the existence or not of the parts without the whole. link Aggregation = > Parts exist without the whole Composi...
asked by 05.12.2016 / 14:55
2
answers

Generate UML of PHP code

Is there any software, preferably opensource, that manages the UML of a code already written in PHP? The annoying thing is having to update the diagram every time the code is updated.     
asked by 26.03.2014 / 04:43
1
answer

Aggregation relation and class attribute

Does aggregation only occur when a A, class that aggregates a B class has an attribute of type B ? Can aggregation exist without necessarily having one attribute having the type of the other? For example, if I instantia...
asked by 16.12.2015 / 21:57
1
answer

MVC representation in UML class diagram

I'm building the class diagram of my project and I was left with a question at one point. In the project I create an instance of my Controller class in main and step reference (I know that in Java the pass is always by value, but when we pass th...
asked by 16.12.2015 / 00:11
2
answers

Doubt as to the structure of a use case

I have the following use case: I have three doubts, they are: Is registering a suitable name? In the above case is it correct to have the element CRUD? Manage user should be Keep user ? This include Search seems dispensab...
asked by 21.04.2018 / 01:07
3
answers

Is there a UML "description" language?

It may be a pretty silly question, but I've researched it and found nothing in the way I'm thinking. I'm studying UML in college, and although it's just dragging the components to form the diagrams, this procedure can be a bit annoying (especial...
asked by 12.07.2017 / 06:50
2
answers

Implementing relationship in C #

I have the following classes: Thecodelookslikethis:publicclassMae{publicstringNome{get;set;}publicList<Filho>Filhos{get;set;}}publicclassFilho{publicstringNome{get;set;}}Inthiscase,itispossibletogetallthesonsofthemother,butitisnotpossi...
asked by 09.11.2015 / 15:01
1
answer

Use-case diagram - include and extend

Questions have been asked similar to what I'm going to do, but I can not understand and apply to my scenario. I have the following registrations:  - Equipment category registration  - Equipment Registration To register an item, you must...
asked by 18.11.2015 / 16:44
2
answers

Classes with inheritance and set method

I'm having a question, I'm developing a simple modeling with one person superclass and two other subclasses individual and corporate. I'm confused about the SET method. I do not know if I should pass the values of the attributes per parameter...
asked by 03.07.2018 / 17:37