Hi everyone,
so after finishing my project and getting to draw UML related diagrams, I have a question related to UML class diagram:
I've drawn the classes related to each table I created and the classes I created as an extension of a standard system class, event handlers,...
My questions are:
1) Should I represent the standard system class (HcmWorker, DirPerson,..) that I used their method or have a relation with my table even though I didn't create them/modify/extend them...(if yes: should I present only the methods that I called within that class or present it as a whole with every method and variable) ?
2) While creating my report I used UI builder, controller, contract and DP with a tmp table, should I present all of them and how to while having them interact with my system and omitting the tmp table since it's class only diagram ?
I really appreciate your help.