NyaliaLui / TaswiraCreator

Taswira is simple C++ library that creates Bitmap images.
0 stars 0 forks source link

Create a simple UML Class Diagram #16

Open NyaliaLui opened 3 years ago

NyaliaLui commented 3 years ago

With the current state of TaswiraCreator, you should be able to create the necessary objects for a simple UML Class diagram that only shows inheritance and aggregation.

Objectives:

NyaliaLui commented 3 years ago

So, I'm having trouble representing Inheritance and Aggregation in my object composition. The way I have composed UMLClasses does not fit well with creating relationships between UMLClasses. So, I'm putting this issue in backlog for now as I will need to re-design the whole library to make this work.