Questions tagged as 'diagrama'

2
answers

XSD Preview

In our developmental life we are faced with a number of challenges. Whenever I needed to view an XSD in the form of a diagram, I used the XSD Diagram program, see the image below: However, for some days the software has left me in the hand...
asked by 06.03.2014 / 20:41
0
answers

Doubt in class diagram [closed]

What steps to create a class diagram of a project done with Django? How can I represent MVC in the diagram? My project has only one Post class: from django.db import models from django.utils import timezone class Post(models.Model): autho...
asked by 10.06.2016 / 15:24
1
answer

Is it a good choice to start a project with Diagram Use Cases, then Class Diagram?

I have a software idea, but I do not know if I should go directly to the class diagram and then the encoding or if I should first use a use-case diagram. I will work on this software alone. It is a long-term dream that I will make in my spare ti...
asked by 13.06.2017 / 04:35
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
0
answers

I need to create a "signature" class in my class diagram

I'm doing a class diagram of a system that will locate, intermediate purchase and schedules of services of petshops, the client will have an option to have a basic or premium subscription (where the same will have more discounts), but I am not b...
asked by 05.04.2018 / 23:48
1
answer

Convert Sequence Diagram to Java

I am solving exercises on modeling, and in one exercise a sequence diagram is given, and I would like to convert this diagram to Java code, whereas execution starts from an X method of class A, so I can better understand what's happening. The di...
asked by 01.06.2016 / 16:37