class-diagram Questions
1
I have used pyreverse to create class diagrams from python codes.
By default, it shows both the member variables and methods. But usually, I only want to see methods.
If -k option is used, then it...
Rori asked 25/8, 2018 at 2:6
3
Solved
I am trying to make code iris plugin work on Android studio.
I press right click -> Create Code Iris graph and then I get a notification that my graph is ready. But I do not know when this graph i...
Veneration asked 2/3, 2016 at 21:47
2
The syntax for switching the directionality of the arrows in PlantUML is clear. One can use an -left->, -right->, -up->, -down-> to achieve left, right, up, and down directionality resp...
Eldrida asked 19/3, 2022 at 20:58
7
Solved
How do I get IntelliJ 10.5 (on the Mac) to generate a class diagram showing all of the classes in my project? I'm sure I'm overlooking something obvious, but I can only get the "Show Diagram" featu...
Tenderloin asked 20/1, 2012 at 14:19
3
I found a definition for association in UML as below.
An "association" in UML is defined as a kind of relationship between
classes,which represents the semantic relationship between two o...
Alcinia asked 22/9, 2014 at 3:11
5
I have been given a description and need to draw ER diagram and Class diagram for the description.
Now I am having issue with understanding the differences between these 2 diagrams.
When I draw t...
Rill asked 11/6, 2013 at 17:43
2
Solved
ObjectAid was a very useful Eclipse plug-in which generates class diagram from your source code.
Unfortunately it looks like it is discontinued in March 2022 or at least its website is not working....
Ekaterina asked 31/3, 2022 at 17:20
2
It is possible to style the class name in PlantUML to italic by making the class abstract. Is there a way to style the class name so that it is bold as in the example class below?
Handbill asked 19/3, 2022 at 20:23
4
Solved
I am trying to confirm my understanding of what the code would look like for association, aggregation & composition. So here goes.
Aggregation: Has-a. It has an existing object of another type
...
Interdenominational asked 26/9, 2012 at 14:29
6
Solved
I want to paint a diagram where you can see the dataflow of a java program, and if there are one or multiple threads handling the data.
Sequence charts don't show multithreading and get very confu...
Fadiman asked 14/6, 2011 at 14:53
1
I am trying to generate a UML diagram for a class that uses Unions and List typehints.
An example of it would be
from dataclasses import dataclass
from typing import Union
@dataclass
class ClassA...
Bunko asked 26/5, 2022 at 7:40
3
Solved
I discovered that in Intellij I can create nice class diagrams by going to New > Diagram > Java Class Diagram. I can do everything that I want to do, except figure out how to save the diagram after...
Farmstead asked 11/6, 2013 at 14:49
3
Solved
I try to get a class diagram from Python source code in Client folder with pyreverse but it requires __init__.py
(venv) C:\Users\User\Desktop\project> pyreverse Client
parsing Client\__init__.py...
Doy asked 26/6, 2020 at 6:26
6
i know how to generate class diagram in Xcode for iPhone app.
but i am searching for alternate way to represent it, because my app is very much big and it will difficult to put diagram and explana...
Morose asked 2/5, 2011 at 13:0
2
Solved
It seems reasonable to use UML Interfaces to visualize Swift Protocols in UML. But how should I visualize an extension that provides a default implementation for a specific protocol? Should I just ...
Heisser asked 29/5, 2016 at 12:35
2
Solved
So I need to model the situation where we have a collection of people who are members of a federation. You can either be an active member or an inactive member of the federation. If you're inactive...
Osis asked 7/1, 2022 at 14:19
2
Solved
In short
Mainstream class-based OO languages do not allow the class of an object to change after creation. I assumed the same constraint in UML, based inter alia on the following clauses in the UML...
Oblivious asked 19/10, 2021 at 20:0
4
Solved
Can composition be bidirectional in a way that both classes are aware of each other?
And if not, what is the default direction of composition?
Broad asked 4/11, 2014 at 21:28
6
Solved
I'm now using NetBeans as my IDE-of-choice, and it has a plugin for UML modeling. In the class diagram, there are model elements known as Boundary Class, Control Class, and Entity Class. However, I...
Cobol asked 25/3, 2009 at 22:46
1
I have a generic C# class, which looks like this:
public class Database<T>
where T : class, IModel, new()
{
//Some code ...
}
T should implement the interface IModel and T have to be a c...
Rese asked 29/5, 2017 at 14:27
1
I have a project in android so I decided to make a Quiz app, and I used Firebase in it.
But I also need to design UML diagrams for this project and I was wondering if I can do it since Firebase is...
Rhearheba asked 12/1, 2019 at 23:56
1
I have used Visual Studio successfully to generate class diagrams from C++ source code.
But I'm finding it hard to do the same in CLION. I used Settings / Preferences | Tools | Diagrams as per the ...
Chowder asked 31/5, 2021 at 23:34
3
I'm making a class diagram in UML, and I can't find information about this topic.
Can I have a class in several associations-classes?
here's an example:
Message should be an association class betw...
Mottle asked 11/4, 2021 at 18:32
2
Solved
I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added a new ModelingProject, added a new .classdiagram file but when i want to drag my fo...
Archle asked 19/6, 2013 at 12:29
3
Solved
I have some doubts about how correctly we can use {XOR} constraint in UML.
I understand how it works in two different ways. Which one is correct?
The xor constraint applies to the association...
Ries asked 29/11, 2016 at 13:14
1 Next >
© 2022 - 2024 — McMap. All rights reserved.