About 87 results
Open links in new tab
  1. oop - Explanation of the UML arrows - Stack Overflow

    Dec 9, 2009 · 345 I have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes, but I know it's not enough. There are plenty of other arrows: generalization, …

  2. How to represent class instances in UML? - Stack Overflow

    Dec 27, 2015 · I have a class diagram for my application which consists of several compositions and aggregations. Now I want to have diagram based on the class diagram which shows class instances. …

  3. How to generate the UML diagram from the python code

    Nov 4, 2023 · The diagram will stay empty because you tell pyreverse to analyse a single file and there is no class defined in that file. If you'd add manually the different modules to be analysed:

  4. What does the '#' symbol mean in a UML class diagram?

    Jan 6, 2009 · What does the '#' symbol mean in a UML class diagram? Asked 16 years, 11 months ago Modified 8 years, 6 months ago Viewed 134k times

  5. UML Design class diagram: Class with another class as attribute?

    Nov 30, 2014 · 8 I'm having a pretty hard time trying to figure out how to model a certain scenario as a UML design class diagram. Suppose I have the following situation: I have a class named CPoint that …

  6. constructor with parameters in UML class diagram

    How would you create an uml class diagram for constructors with parameters? For default constructors (no parameters) you do policyholder() for the diagram and in the pseudo-code For constructors ...

  7. Review of UML class Diagram of a ASP.NET Core Web API

    Jan 17, 2022 · I've set up a UML class diagram of my ASP.NET Core Web API that uses Entity Framework, with Models and Controllers I would appreciate any feedback Things i'm concerned …

  8. Is it recommended to make associations to enum classes in UML class ...

    Regardless of whether the attribute type is an enum, there are two ways to represent attributes in UML: as proper attributes, and as directed associations. The two styles of attribute declarations are …

  9. How should I make a Class Diagram in MVC? - Stack Overflow

    Sep 15, 2021 · 2 Here's my classdiagram: In my perspective (since each cannot function without the next one): models compose the repositories, repositories compose the services, the services …

  10. I don't understand association class - UML class diagram

    I don't yet completely seem to understand how association class works, why the role class attributes can't just be inside the person class? as example: Person name position description