Fact-checked by Grok 2 weeks ago

Use case diagram

A use case diagram is a behavioral diagram in the (UML) that provides a graphical representation of the functional requirements of a system, illustrating the interactions between external entities known as actors and the system's use cases, which specify units of useful functionality. Part of the UML standard, which was developed by , , and James Rumbaugh and standardized by the (OMG), it serves primarily to capture and communicate high-level system behavior during the requirements analysis phase of software and . The diagram consists of key elements including ovals representing use cases, stick figures for actors (which can be human users, other systems, or hardware devices), and lines denoting associations between them. Relationships such as include (for mandatory sub-functionality shared across use cases), extend (for optional or conditional extensions), and generalization (for inheritance-like hierarchies among use cases or actors) further refine the model's structure, enabling a clear depiction of how the system responds to stimuli from its environment. Unlike more detailed behavioral diagrams like sequence or activity diagrams, use case diagrams focus on "what" the system does rather than "how," making them essential for stakeholder alignment and traceability to implementation. In practice, use case diagrams support iterative development methodologies by facilitating the identification of system boundaries and non-functional requirements indirectly through scenarios. They are widely adopted in , often integrated with tools like Enterprise Architect or Visual Paradigm, and remain a core component of the UML 2.5.1 specification, ensuring consistency in modeling distributed and complex systems.

Overview

Definition

A use case diagram is a behavioral diagram defined in the (UML) that provides a graphical representation of the functional specifications of a system, illustrating the interactions between external entities known as actors and the system's use cases to demonstrate observable behaviors of value. It captures the high-level requirements by focusing on what the system should accomplish from an external viewpoint, without specifying the internal implementation details or processes. The primary role of a use case diagram is to model system functionality in terms of end-user goals, enabling stakeholders to understand and validate the system's intended behaviors early in the development process. By depicting use cases as units of useful functionality performed in collaboration with actors, the diagram highlights the external perspective on the system's capabilities, distinguishing it from structural diagrams like class diagrams that focus on internal components and relationships. At its core, the basic structure of a use case diagram includes a system boundary that encloses the use cases representing the system's services, with positioned outside this boundary to signify their role in initiating or participating in those use cases through defined relationships. This structure emphasizes the black-box view of the system, prioritizing functional requirements and external interactions over sequence of events or data flows seen in other UML behavioral diagrams such as activity or sequence diagrams.

History and Standards

The concept of use cases originated in the late 1980s through the work of , a at , who developed textual and visual modeling techniques for specifying system behaviors from a user's perspective. In 1987, Jacobson presented these ideas at the conference, laying the groundwork for use case methodology in object-oriented analysis. This approach was further formalized in his 1992 book, Object-Oriented Software Engineering: A Use Case Driven Approach, which introduced use cases as a core practice for capturing functional requirements in . The use case diagram emerged as part of the (UML) in the mid-1990s, driven by the collaboration of Jacobson with and James Rumbaugh—known as the ""—at . Their efforts unified various object-oriented modeling notations, incorporating Jacobson's use cases into a standardized graphical representation. UML version 1.0 was submitted to the () in January 1997, with version 1.1 adopted as the first official standard in November 1997, where use case diagrams were defined as a key behavioral diagram for depicting system interactions with actors. UML evolved through subsequent revisions to enhance expressiveness and clarity in use case modeling. The major update in UML 2.0, released in July 2005, refined use case diagrams by improving support for relationships and stereotypes, making them more suitable for complex systems. Further iterations culminated in UML 2.5.1, adopted by OMG in December 2017, which remains the current standard and details use case diagrams in its superstructure specification under behavioral diagrams (sections 15–18). These standards are maintained by the OMG to ensure interoperability in software engineering practices.

Components

Actors

In use case diagrams, actors represent external entities that interact with the system, such as human users, other software systems, hardware devices, or even abstract entities like time that trigger events. These actors embody roles rather than specific individuals or instances, allowing them to encapsulate the perspective from which the system is utilized or affected. According to the (UML) 2.5 specification, an actor is defined as a kind of classifier that specifies a coherent set of roles that users of an entity can play when interacting with the entity, and actors may be connected to use cases through associations to denote interactions. Actors are graphically depicted as simple stick figures in UML notation, consisting of a head, body, and limbs to symbolize human-like roles, though alternative icons may be used for non-human actors like systems or devices to enhance clarity. This representation emphasizes their external nature, distinguishing them from internal system elements. The stick figure notation has been standard since early UML versions and facilitates quick identification in diagrams. Actors are classified into primary, secondary, and generalized types based on their interaction patterns with use cases. Primary actors are those that initiate a use case to achieve a goal and directly benefit from its outcome, representing the main stakeholders driving system functionality. For instance, a "Customer" in an e-commerce system acts as a primary actor by initiating actions like placing an order. Secondary actors, also known as supporting actors, do not initiate use cases but provide essential services or resources to enable them, often appearing on the right side of diagrams for convention. An example is a "Payment Gateway" external API that processes transactions on behalf of the e-commerce system. Generalized actors involve inheritance relationships, where a more specific actor (e.g., "Registered Customer") inherits properties from a general one (e.g., "Customer"), allowing reuse and specialization of roles without redundancy. These type distinctions, while not formally mandated in UML, are widely adopted in practice to clarify responsibilities and improve diagram readability. In the diagram, are positioned outside the system boundary—a enclosing the use cases—to underscore their external status, and they connect to relevant use cases via solid lines called associations, which may include multiplicity or to specify interaction details. This placement and connection mechanism highlights how drive or support system behavior without delving into internal implementation. For example, in an (ATM) system, the "Bank Customer" primary associates with use cases like "Withdraw Cash," while the "Bank " secondary associates with "Validate " to provide backend support.

Use Cases

In UML use case diagrams, a use case represents a unit of useful functionality provided by the system, encapsulating a sequence of actions that yields an observable result of value to one or more actors. This functionality is specified from an external perspective, focusing on what the system does rather than how it achieves the result internally. Use cases are characterized as atomic units of behavior, though they may incorporate sub-use cases through relationships to handle variations or common steps. They are typically named using a verb-noun phrase to clearly indicate the action and its target, such as "Withdraw Cash" for an ATM system or "Place Order" in an e-commerce application. This naming convention ensures clarity and aligns with the goal-oriented nature of use cases, as originally emphasized by Ivar Jacobson in his foundational work on object-oriented analysis. Within the use case diagram, use cases are positioned inside the system boundary to denote the functionalities offered by the system as a , abstracting away implementation details like algorithms or data structures. This placement highlights the system's external interface, where interactions with actors occur via associations that connect actors to the relevant use cases. The scope of use cases is limited to functional requirements, describing the observable behaviors and outcomes without addressing non-functional aspects such as , , or metrics. This focus ensures that use cases serve as a high-level model for , prioritizing the "what" over the "how" or "how well."

System Boundary

In UML use case diagrams, the system boundary is depicted as a rectangular box that encloses all the use cases of the system under consideration, with the name of the system typically placed in the top-left corner of the rectangle. This graphical element serves as a visual , clearly distinguishing the internal functionalities represented by the use cases from the external , thereby defining the of the system being modeled. The primary purpose of the system boundary is to establish the conceptual limits of the subject—often the system itself—by grouping related use cases within it while positioning and other external elements outside. Only the use cases that pertain to the system's observable behaviors are placed inside this boundary; , which interact with the system but are not part of it, remain external to reinforce the separation between the system and its surroundings. This enclosure does not imply formal ownership in the model but rather indicates the applicability of the enclosed use cases to the specified subject. In more complex diagrams, variations may include multiple system boundaries to represent subsystems or modular components, each enclosing a of use cases relevant to that subsystem while maintaining the overall system's scope. Such boundaries can be styled with adjustable opacity or dividing lines for clarity, but they remain non-UML model elements used solely for diagrammatic organization.

Relationships

Association

In use case diagrams, an represents the fundamental relationship between an and a , depicted as a solid line connecting the actor's symbol to the use case oval, signifying direct interaction or communication between them. This notation, as specified in the UML , indicates that the actor either initiates the use case or participates in its execution, without implying any specific sequence or conditionality. Semantically, the association conveys that instances of the can invoke or engage with the to achieve a , modeling the structural link in behavioral terms rather than detailed flow. It is the simplest form of relationship in use case modeling, often bidirectional by default to reflect mutual , though an open arrowhead may be added at the use case end to denote unidirectional initiation by the actor if the is explicitly constrained. Multiplicity can be annotated at the ends of the line (e.g., 1..* for multiple actor instances per use case), but basic associations typically omit such details unless needed for clarity. For basic usage, no such as <> are required, as the plain suffices to establish the connection; this keeps diagrams straightforward while allowing extension to more modular relationships like include or extend for . Constraints limit associations to links between and use cases (or subjects), preventing direct actor-to-actor ties within the .

Include and Extend

In diagrams, the include and extend relationships enable the modularization of use cases by allowing common or optional behaviors to be factored out and d, promoting clarity and reducing duplication in the model. These relationships are directed dependencies between use cases, distinct from associations with , and are essential for representing complex system interactions without inflating individual use case descriptions. The include relationship specifies that the behavior of one use case (the included use case) is inserted into another use case (the base use case), making the included behavior mandatory for the base to complete successfully. This is particularly useful for factoring out common subprocesses shared across multiple use cases, such as authentication steps that appear in various login scenarios. Semantically, the base use case depends on the included use case to execute its full behavior sequence, and the inclusion occurs at a specific point defined in the base use case's flow. The notation consists of a dashed arrow pointing from the base use case to the included use case, labeled with the stereotype <>. For example, a "Login" use case might include an "Authenticate User" use case to handle credential verification, ensuring this step is always performed without redundant specification. In contrast, the extend relationship allows one (the extending use case) to optionally augment the behavior of another (the base use case) under certain conditions, inserting additional functionality at predefined extension points without altering the base's core flow. This models conditional or exceptional behaviors that may or may not occur, enhancing flexibility in representing real-world variability. Extension points are explicitly named in the base use case's description to indicate where the extension can insert its behavior, such as during a specific step or alternative flow. The notation is a dashed pointing from the extending use case to the base use case, labeled with the stereotype . For instance, a "Checkout" use case in an system could be extended by an "Apply Discount" use case if a promotional code is provided, triggered only when the condition is met. Both relationships contribute to model maintainability by minimizing redundancy—common steps are defined once via include, while optional variations are isolated via extend—thus improving reusability and easing updates to shared behaviors. According to the UML specification, these mechanisms support behavioral composition without implying , focusing instead on dependency for .

Generalization

In UML use case diagrams, is a taxonomic that enables between classifiers, specifically allowing one actor or use case to specialize another, forming an "is-a" . This is graphically represented by a solid line terminating in a hollow triangle arrowhead at the more general (parent) element, similar to generalization in class diagrams. For instance, a "VIP Customer" actor may generalize a "" actor, indicating that the VIP Customer is a specialized type of Customer. When applied to actors, means the inherits all associations and relationships of the parent , including connections to s. This allows the to participate in all use cases associated with the parent without needing explicit links, promoting model reuse while maintaining clarity in roles. For example, if a "" is associated with a "Place " , a specializing "Wholesale Customer" automatically inherits that association and may add further specializations. However, between actors and use cases is not permitted, as it would violate the in the diagram. For s, the generalization relationship indicates that the child use case inherits the behavior, properties, and associations of the parent use case, potentially refining or overriding aspects of that behavior to provide more specific functionality. The child use case thus represents a specialized variant, inheriting any associations from the parent. This supports by allowing common behaviors to be defined once in the parent and specialized as needed, such as a " Credit Card Payment" use case generalizing from a broader " Payment" use case. In practice, generalization is employed to model hierarchical refinements but is used judiciously, as overuse can introduce complexity and reduce the diagram's readability in simpler systems.

Notation

Graphical Symbols

The graphical symbols in use case diagrams, as defined in the (UML) standard, provide a standardized visual vocabulary for depicting , use cases, system boundaries, and relationships between them. These symbols ensure consistency and clarity in representing system interactions without relying on textual descriptions alone. are visually represented either as a simple —a icon with a circle for the head, lines for the body and limbs—to denote human or external entities interacting with the , or as a containing the actor's name with the keyword <<actor>> placed above it. This dual notation accommodates both intuitive and formal representations, with the stick figure being the conventional choice for clarity in most diagrams. Use cases, which encapsulate units of system functionality, are symbolized by an or shape, with the name of the use case inscribed inside the . This elliptical form distinguishes use cases from other elements and emphasizes their role as behavioral units observed from the actor's perspective. The , defining the scope of the system under consideration, is depicted as a large that encloses all relevant use cases, with the system's name positioned in a dedicated compartment at the top of the . This symbol clearly delineates the internal use cases from external actors, which are placed outside the . Relationships between elements employ distinct line styles for differentiation: associations (direct interactions between actors and use cases) are shown with solid lines, optionally including arrows to indicate ; generalizations (inheritance-like relationships) are represented with solid lines ending in a hollow triangle arrowhead pointing to the parent use case; include relationships (mandatory sub-use cases) are shown by a dashed line with an open arrow from the including use case to the included use case, labeled <<include>>; extend relationships (optional extensions) are represented by a similar dashed line with an open arrow from the extending use case to the base use case, labeled <<extend>>. These line conventions highlight the nature of the dependencies without overlapping with the semantics detailed in other sections.

Diagram Conventions

In use case diagrams, the layout follows established conventions to enhance readability and clarity. Actors are typically positioned on the left or right side of the diagram, outside the boundary, to represent external entities interacting with the , while s are placed inside the boundary rectangle to denote internal functionalities. This arrangement helps visualize the separation between external participants and behaviors. Additionally, lines representing relationships should be drawn to minimize crossings, ensuring the diagram remains uncluttered and easy to interpret. Naming conventions emphasize and descriptiveness to convey precise meanings without . Use cases are named using a verb-object structure, starting with a strong action verb followed by the target object or goal, such as "Process Order" or "Validate Payment," to clearly indicate the functionality provided. Actor names, in contrast, use descriptive nouns reflecting roles or entities, like "" or "," adhering to the guidelines for classifiers in UML, where the first letter is uppercase. These practices align with UML's emphasis on using domain-specific for intuitive understanding. Stereotypes for , such as include and extend, are denoted using specific text labels on the connecting to distinguish their semantics. The include uses a dashed labeled with <> pointing from the base to the included , while the extend employs a similar dashed labeled <> pointing to the base from the extending one. These labels, enclosed in guillemets (<< >>), are placed near the arrow to avoid confusion with other associations. Compliance with UML tool standards ensures diagrams are portable and consistent across platforms. Tools like and implement default notations that adhere to the UML 2.5 specification, including standard shapes for actors (stick figures), use cases (ovals), and boundaries (rectangles), as well as automatic handling of stereotype labels and line routing to prevent overlaps. This adherence facilitates collaboration and validation against official UML guidelines.

Development Process

Steps to Create

Creating a use case diagram follows a structured process derived from UML standards, beginning with and progressing to validation. This sequential approach ensures the diagram accurately captures the system's interactions with external entities without delving into implementation details. Step 1: Identify from and external systems. represent entities outside the system boundary that interact with it, such as human users, other software systems, or hardware devices. Begin by reviewing project requirements, conducting interviews, and analyzing system context to list potential ; for instance, in an system, might include "" and "Bank Administrator." Prioritize primary who initiate interactions and secondary ones that support them. This establishes who drives the system's functionality. Step 2: List main use cases based on user goals. Use cases encapsulate the system's observable behaviors or goals that actors aim to achieve, phrased as verb-noun pairs like "Withdraw Cash" or "Process Payment." Derive these from actor goals by brainstorming scenarios, functional requirements, and user stories, ensuring each use case provides value and remains at a high level of abstraction. Avoid decomposing into sub-steps here, as that belongs to textual use case descriptions. Aim for a focused set of primary use cases initially to maintain clarity. Step 3: Draw the system boundary and place use cases inside. Represent the system as a labeled with its name, enclosing all use cases to delineate the of functionality. Position outside this boundary, typically on the left or as stick figures, to visually separate internal behaviors from external initiators. This step clarifies what the system does versus what it interfaces with, preventing . Step 4: Add associations, then include, extend, and relationships as needed. Draw solid lines connecting to relevant use cases to indicate direct interactions, specifying multiplicity if an actor participates in multiple instances. Subsequently, incorporate relationships among use cases: use dashed arrows for "include" (mandatory sub-use cases, e.g., included in ) and "extend" (optional extensions, e.g., applying fees); employ arrows for between actors or use cases. These elements, as defined in UML, refine the diagram without altering the core structure. Step 5: Validate against requirements for completeness. Review the diagram by cross-checking against original requirements, ensuring all , use cases, and relationships align with needs and cover edge cases without omissions or redundancies. Iterate with team feedback to confirm the diagram communicates the system's functional scope effectively; tools like traceability matrices can aid this verification. This final check upholds the diagram's role as a reliable requirements artifact.

Best Practices

To ensure clarity and maintainability in use case diagrams, practitioners should limit the number of use cases in a single diagram to avoid visual overload, typically keeping it focused and simple; for more complex systems, employ hierarchies through subsystems, packages, or multiple interconnected diagrams to organize content without sacrificing overview. Use case diagrams must focus exclusively on external interactions between actors and the system, avoiding any depiction of internal implementation details, algorithms, or data flows, which could confuse stakeholders and shift attention from functional requirements to design concerns. For enhanced precision and completeness, always pair use case diagrams with detailed textual descriptions of scenarios, including preconditions, postconditions, main success paths, and alternative flows, as the diagram serves primarily as a high-level visual summary while the narrative provides the substantive elaboration necessary for development and validation. Iterative review is essential, involving stakeholders such as end-users, domain experts, and developers in regular validation sessions to refine the diagram, ensuring it accurately reflects intended behaviors and addresses ambiguities early in the process. Generalization relationships should be applied judiciously, only when there is clear of that adds meaningful and —such as a specialized "VIP Checkout" inheriting from a general "Customer Checkout"—to avoid unnecessary complexity that could obscure the primary functional structure.

Applications

In Software Engineering

Use case diagrams play a central role in the requirements elicitation and analysis phases of software engineering. They are instrumental in identifying what the system must do without delving into implementation details, thus supporting iterative refinement as requirements evolve. In agile frameworks such as Scrum, use case diagrams complement user stories by providing a higher-level, visual overview of system functionality that user stories alone may lack in terms of scope and relationships. This integration allows teams to map user stories to broader use cases, ensuring alignment between sprint planning and overall system goals, while also serving as input for deriving detailed sequence diagrams that illustrate dynamic behaviors. By visualizing actor-system interactions, these diagrams foster clearer communication in cross-functional teams. In modern practices, diagrams can aid in defining system boundaries and dependencies, supporting in distributed systems.

Real-World Examples

One common real-world application of diagrams is in modeling an (ATM) system, where the diagram captures interactions between users and the banking infrastructure. In this example, the primary actors are the , who initiates s, and the , which processes backend operations. Key use cases include Withdraw Cash, which incorporates the Authenticate use case to verify user identity before dispensing funds; Check Balance, allowing the customer to view account details; and an extending use case Report Issue, which optionally activates if a transaction encounters an , such as a malfunction, to log complaints with the bank. A textual representation of the ATM use case diagram layout might depict the Customer actor connected via associations to the Withdraw Cash and Check Balance ovals within a system boundary labeled "," with a dashed from Authenticate to Withdraw Cash indicating (<>), and a dashed from Report Issue to Withdraw Cash showing extension (<>). The Bank System actor associates with underlying processes like fund transfers. This structure highlights the modular breakdown of secure financial transactions. Another illustrative example appears in websites, where use case diagrams outline interactions for online purchasing. Here, actors include the , representing shoppers, and the , handling secure transactions. Prominent use cases are Browse Products, enabling item searches and views; Place Order, which includes Validate Cart to confirm item availability and totals before proceeding; and an extension via Apply Coupon, which optionally modifies the Place Order process if a discount code is entered, potentially altering or eligibility. In a pseudo-graphic sketch of the diagram, the User actor links to Browse Products and Place Order ovals inside an "E-commerce Website" boundary, with Validate Cart connected by a <> dashed to Place Order, and Apply Coupon linked via a <> to the same base use case. The associates specifically with the order finalization. These examples demonstrate how diagrams delineate scope by focusing on external behaviors and promote through include and extend relationships, allowing reusable components like or validation across scenarios without redundancy.

Advantages and Limitations

Benefits

Use case diagrams facilitate visual communication of , making it easier for non-technical stakeholders to comprehend functionalities compared to purely textual specifications. Their graphical nature simplifies the representation of interactions between and the system, bridging the gap between technical developers and end users. This enhanced interpretability has been empirically demonstrated, with studies showing that use case diagrams are interpreted more completely than other UML diagrams like class diagrams. By delineating actors, use cases, and their relationships, use case diagrams clarify the project's scope early in development, identifying key functionalities and potential gaps before implementation begins. This proactive approach helps mitigate project risks, such as scope creep or overlooked requirements, by serving as a central mechanism for risk reduction during the elaboration phase. The include and extend relationships in use case diagrams promote reusability by allowing common behaviors to be factored out and shared across multiple use cases, reducing redundancy and enhancing model consistency. For instance, an "include" relationship can encapsulate mandatory shared steps, like authentication, while "extend" adds optional extensions, improving maintainability without duplicating elements. Use case diagrams support by linking requirements to downstream artifacts, such as test cases and user acceptance criteria, ensuring comprehensive coverage and of system behaviors. This mapping enables systematic validation that all specified interactions are tested, facilitating impact analysis during changes.

Challenges

While use case diagrams provide a valuable visual representation of system interactions, they present several challenges in their creation and application within . One primary issue is the absence of a strict formal standard for use cases, which often results in inconsistencies and subjective interpretations among modelers, leading to debates over what constitutes an effective diagram. This lack of can complicate and in team environments. Another significant challenge lies in the diagram's limited ability to convey detailed structural, geometric, or temporal information, making it difficult to accurately represent flows or sequences of events. For instance, diagrams excel at high-level overviews but struggle to depict intricate interactions, such as abnormal or unforeseen events, without supplementary textual descriptions, which can lead to incomplete or ambiguous models. Additionally, the process of developing these diagrams is often time-intensive, particularly for large systems, and is hampered by insufficient support from automated tools, further exacerbating development efforts. Use case diagrams also face issues with scalability and clarity when overloaded with elements. Including numerous use cases or excessive relationships—such as include, extend, or generalize—can result in cluttered visuals with unreadable text, obscuring the intended behavior and confusing stakeholders. Misapplication of the notation for purposes beyond functional requirements, like architectural or modeling, introduces elements that dilute the diagram's focus on actor-system interactions. Furthermore, these diagrams inherently overlook non-functional requirements, such as or constraints, and fail to account for motivations or experiences, which are crucial for analysis. The ambiguity in notations often necessitates additional documentation, and transforming use case diagrams into other UML artifacts, like or diagrams, poses challenges due to incomplete semantic capture. In specialized contexts, such as cross-device systems, standard diagrams lack mechanisms to model device-specific interactions or variabilities, requiring extensions or alternative approaches. As of 2025, empirical analysis of open-source projects indicates low overall adoption of UML diagrams, including diagrams, with only about 4.2% of analyzed repositories containing them. However, there has been a resurgence since driven by text-based diagramming tools like and , which improve and integration into code but still face limitations in layout control and visual expressiveness.

References

  1. [1]
    About the Unified Modeling Language Specification Version 2.5.1
    UML is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of distributed object systems.
  2. [2]
    UML Use Case Diagrams
    Use case diagrams are UML diagrams describing units of useful functionality (use cases) performed by a system in collaboration with external users (actors) ...Case · Subject · Examples
  3. [3]
  4. [4]
    What is Use Case Diagram? - Visual Paradigm
    A UML use case diagram is the primary form of system/software requirements for a new software program underdeveloped.
  5. [5]
    The Evolutionary Journey of Use Case Methodology in Software ...
    The Birth of Use Cases (1987). The concept of use cases was introduced by Ivar Jacobson at the OOPSLA'87 conference against a backdrop of growing complexity ...
  6. [6]
    Object-Oriented Software Engineering - Book
    This book is based on Objectory which is the first commercially available comprehensive object-oriented process for developing large-scale industrial systems.
  7. [7]
    What is Unified Modeling Language (UML)? - Visual Paradigm
    What is Unified Modeling Language (UML)?. What is Unified ... For more details about Use Case Diagram, please read the article What is Use Case Diagram?
  8. [8]
    History of UML: Methods and Notations - SourceMaking
    In 1997, UML version 1.1 was submitted to and approved by the OMG . UML ... Use Case Sequence Diagram · Constructing the External View · Structural View ...<|control11|><|separator|>
  9. [9]
    [PDF] Changes between UML Versions - Martin Fowler
    A more significant change occurred with version 1.3, most notably affecting Use Cases and Activity Diagrams. The amigos' user guide and reference manual ...<|control11|><|separator|>
  10. [10]
    About the Unified Modeling Language Specification Version 2.0
    Publication Date: July 2005; Categories: Modeling · Software Engineering ... https://www.omg.org/spec/UML/2.0/About-UML; RDF: https://www.omg.org/spec/UML ...
  11. [11]
  12. [12]
    About the Unified Modeling Language Specification Version 2.5.1
    A specification defining a graphical language for visualizing, specifying, constructing, and documenting the artifacts of distributed object systems.Missing: introduction | Show results with:introduction
  13. [13]
    UML actors
    Use case diagrams ... This document describes UML 2.5 and is based on OMG™ Unified Modeling Language™ (OMG UML®) 2.5 specification [UML 2.5 RTF - Beta 2].
  14. [14]
    Types of Actor in a Use Case Model - Visual Paradigm
    Use Case Example – ATM. In the example below, the Visa Card Holder and Bank Customer are Primary Actors, while the Visa AS and Bank IS are secondary actors.Types of Actor in a Use Case... · Primary vs Supporting Actors
  15. [15]
    UML Use Case Diagram: Actors and relationships
    The actor is defined as a role that is outside the system of the associated use case and interacts with the system described by its use cases. Actors can be ...Relations · Specialisation... · Descriptions And Notes
  16. [16]
    Use Cases - The Ultimate Guide | Ivar Jacobson International
    A scalable, agile practice that uses use cases to capture a set of requirements and drive the incremental development of a system to fulfill them.
  17. [17]
  18. [18]
    UML use cases
    Next Use Case Extend. This document describes UML 2.5 and is based on OMG™ Unified Modeling Language™ (OMG UML®) 2.5 specification [UML 2.5 RTF - Beta 2].
  19. [19]
    System Boundary | Enterprise Architect User Guide
    A System Boundary is a non-UML element used to define conceptual boundaries and group logically related elements, often enclosing a Use Case.
  20. [20]
    UML Association Between Actor and Use Case
    An association between an actor and a use case indicates that the actor and the use case somehow interact or communicate with each other.
  21. [21]
    UML Use Case Include
    Use case include is a directed relationship between two use cases which is used to show that behavior of the included use case (the addition) is inserted into ...
  22. [22]
    Generalization in UML
    UML generalization is a binary taxonomic relationship between a more general classifier (superclass) and a more specific classifier (subclass).
  23. [23]
    UML Use Case Diagrams: Diagramming Guidelines - Agile Modeling
    A use case diagram is “a diagram that shows the relationships among actors and use cases within a system. “Use case diagrams are often used to: Provide an ...
  24. [24]
    [PDF] UML Notation Guide - Object Management Group
    Mar 9, 2003 · 3 UML Notation Guide. Part 6 - Use Case Diagrams. A use case diagram shows the relationship among use cases within a system or other semantic ...
  25. [25]
    UML Use Case Diagram Tutorial | Lucidchart
    The purpose of a use case diagram in UML is to demonstrate the different ways that a user might interact with a system. Create a professional diagram for ...
  26. [26]
    PlantUML Use-Case diagram
    PlantUML offers a unique approach to creating use case diagrams through its text-based language. One of the primary advantages of using PlantUML is its ...
  27. [27]
    About the Unified Modeling Language Specification Version 2.5
    A specification defining a graphical language for visualizing, specifying, constructing, and documenting the artifacts of distributed object systems.
  28. [28]
    UML Use Case Diagrams: An Agile Introduction
    UML use case diagrams overview the usage requirements for a system. The diagrams are useful for presentations and the use cases capture the details.Missing: graphical | Show results with:graphical
  29. [29]
    How to Draw Use Case Diagram? - Visual Paradigm
    Want to draw a UML Use Case Diagram? This step-by-step UML guide shows you how to quickly draw an Use Case Diagram in few steps.
  30. [30]
    Use-case diagrams in UML modeling - IBM
    Use-case diagrams describe the high-level functions and scope of a system. These diagrams also identify the interactions between the system and its actors.
  31. [31]
    [PDF] The Guide to Succeeding with Use Cases Refreshed
    This guide describes how to apply use cases in an agile and scalable fashion. It builds on feedback and lessons learned since the initial publication of the ...
  32. [32]
    10 Tips to Create Professional Use Case Diagram
    Aug 9, 2012 · 10 Tips to Create Professional Use Case Diagram · 1. Think from end user's perspective · 2. Avoid long use case name · 3. Actor is a role, not a ...
  33. [33]
    Use Case Diagram Guidelines for Better Use Cases - Creately Blog
    Jan 5, 2023 · Names begin with a verb – A use case models an action so the name should begin with a verb. · Make the name descriptive · Highlight the logical ...
  34. [34]
    [PDF] Use Cases: Best Practices
    Jun 11, 2003 · A use case diagram (ovals with the use case name and actor icons, à la the UML). •. An activity diagram showing the logical flow of a set of ...
  35. [35]
    Use Case Diagram Best Practices and Examples - Justinmind
    Jun 18, 2024 · These diagrams typically include actors, represented as stick figures or roles outside the system boundary, and use cases, shown as ovals within ...Missing: crossing | Show results with:crossing
  36. [36]
    A Comprehensive Guide to Use Case Modeling
    Sep 12, 2023 · A use case diagram is a graphical representation used in use case ... Some best practices for use case modeling are: Identify the key ...
  37. [37]
    [PDF] Week 10 Tutorial UML Use Cases and Sequence Diagrams 1. Case ...
    Sequence diagrams show step-by-step what's involved in a use case. • Which objects are relevant to the use case. • How those objects participate in the function.
  38. [38]
    [PDF] Synergistically Employing User Stories and Use Cases in the ...
    May 2, 2022 · Use case diagrams can be useful for articulating a broad system context, but they are outside the scope of this discussion.
  39. [39]
    BABOK® Guide Glossary | IIBA®
    The most common UML® diagrams used by business analysts are use case diagrams, activity diagrams, state machine diagrams (also known as state diagrams), and ...
  40. [40]
    [PDF] Design, Monitoring, and Testing of Microservices Systems - arXiv
    Aug 24, 2021 · The behavioral diagrams (e.g., activity diagram, use case diagram) represent the dynamic operations of microservices systems by showing ...<|control11|><|separator|>
  41. [41]
    [PDF] IEEE Recommended Practice For Software Requirements Speci ...
    This recommended practice is aimed at specifying requirements of software to be developed but also can be applied to assist in the selec- tion of in-house and ...
  42. [42]
    An example of UML use case diagram for a bank ATM (Automated ...
    Customer (actor) uses bank ATM to Check Balances of his/her bank accounts, Deposit Funds, Withdraw Cash and/or Transfer Funds (use cases).
  43. [43]
    Online shopping UML use case diagram example - UML-Diagrams.org
    UML use case diagram examples for online shopping of web customer actor. Top level use cases are View Items, Make Purchase and Client Register.
  44. [44]
    Use Case Diagram Example: Website (Extend and Include Use Case)
    Eye-catching Use Case Diagram template: Use Case Diagram Example: Website (Extend and Include Use Case). Great starting point for your next campaign.
  45. [45]
    Reuse in Use-Case Models: Extends, Includes, and Inheritance
    Potential reuse can be model through four generalization relationships supported by UML use-case models: extends, includes, and inherits (UC and actor).
  46. [46]
    [PDF] Challenges and Opportunity of UML Diagram for Software Project ...
    Jun 9, 2020 · Challenges and Opportunity of UML Diagram for Software Project development as a .. ... 4.1 Weaknesses of Use Cases and Use Case Diagrams.
  47. [47]
    [PDF] A Critical Analysis and Treatment of Important UML Diagrams ...
    A critical analysis, significance and limitations of the UML diagrams are provided in ... Use case diagram is one of the UML diagrams that is used to represent ...
  48. [48]
    The pros and cons of use case diagrams - TechTarget
    Sep 24, 2007 · Use case diagrams do not define the content of their use cases; they ... Conquer 8 cloud observability challenges to maximize ROI. Cloud ...
  49. [49]
    [PDF] Modeling Cross-Device Systems with Use Case Diagrams
    We explain the limitations of standard UML use case diagrams with regard to modeling cross-device interactions supported by such systems. After- wards, we ...