About 206,000 results
Open links in new tab
  1. uml - What's is the difference between include and extend in use …

    Nov 8, 2009 · The extending use case is dependent on the base use case; it literally extends the behavior described by the base use case. The base use case should be a fully functional use …

  2. UML relationships - dashed line vs solid line - Stack Overflow

    Mar 20, 2019 · Notwithstanding this the dotted arrow notation can be useful in other aspects of UML modelling eg. showing dependencies to requirements in Use Case analysis for example.

  3. architecture - CRUD in a use-case diagram? - Stack Overflow

    Jun 4, 2016 · My question is quite simple. What is the best way to bring CRUD into a use-case diagram? It should be DRY. I know, UML is sometimes discretionary, but what do you think …

  4. what is the difference between a use case diagram and a uml …

    May 31, 2014 · UML diagrams can represent different perspectives of a software system, including its structure, behavior, interactions, and architecture. In Use case diagram is a …

  5. uml - Use Case Diagram with Multiple Systems? - Stack Overflow

    I don't know how to make the following use case diagram with multiple systems. What happens if I use for that example: Another system that is for the developer actor that add the items.

  6. uml - Use Case Diagram - two actors to one use case - Stack …

    Jan 5, 2022 · I want a use case - store information system. I am to present the owner's requirements on a use case diagram, incl. a customer who, after logging in, does shopping, …

  7. uml - Is there a difference between authentication as a use case …

    Jan 11, 2024 · The first UML diagram features a basic user interacting with an E-Commerce site, where authentication is explicitly included for actions like placing orders, adding to the cart, …

  8. uml - When a system should be included as an actor in use case …

    May 15, 2010 · You should include a system as an actor in a use case if it is outside the system you are developing, and if it directly interacts with the system you are developing. This is …

  9. uml - What is the difference between 'includes', 'extends' and 'uses ...

    Oct 17, 2010 · The include relationsionship is usually used in use cases to signify that one use case uses the other. In contrast the use relationship is used in UML to show dependencies …

  10. uml - How Should Conditional Paths for Use-case Diagrams be …

    Jan 2, 2018 · Are these conditions important for a use-case diagram? Is it too specific to say that regular registration requires many fields to be filled in, while Facebook registration only …