I am working on a dealership business model / UML class diagram.
I am new to modeling, so I would like to know how to check the class diagram. It is very important for me to have a suitable, if not 100 percent correct class diagram for using further development (use cases, etc.).
Is it possible to build a completely wrong model? Or are there only suitable and less suitable models?
If I have a client associated with SalesTeam modeling, a client served by SalesTeam, is this wrong? I saw in the examples that the Client is associated with Order, Order with ItemOrder and ItemOrder with ItemInventory. If SalesTeam or Employee is associated with the Application.
How to check my model and relationships?
source
share