Category "class-diagram"

Class diagram for variable member with the type of `std::unqiue_ptr<T>`

class Foo{}; class Demo { public: std::unique_ptr<Foo> foo_ptr{new Foo()};; }; What's the relationship between Foo and Demo? I think it is compositi

How to make Class name bold in plant UML

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 e

UML diagram (Class Diagram) of whole Spring project in STS

I have developed a REST API's Project and I want to draw a class diagram for every API individually. I have downloaded the eclipse plugin of PlantUML but this d

How to Install ObjectAid in 2022?

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

UML modelling enumeration with attributes

I would like to create an UML diagram with Java enumerations (enum), that have one or more attributes, but I am confused about how to do it. For example an enum

How to get Class diagram from Python source code?

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> pyreve