python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can an association class have a subclass?
So I have an association class C that is an association between classes A and B. Class D is a subclass of class C as it contains data from class C.
Is it possible? and can it be represented as a diagr...
beginnernoob
Votes: 0
Answers: 2
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 at least its website is not working.
Ca...
Trayan Momkov
Votes: 0
Answers: 2
How to represent merchandise flavours (or product variants)?
I have the following UML diagram:
Where VarietyCategory could take values like size and colour, and Variety for size could be S, M, L, and for colour could be green, red.
Now I can have a stock per c...
José González
Votes: 0
Answers: 2
How to make PlantUML left/right/up/down arrow longer
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 respect...
Shadow43375
Votes: 0
Answers: 1