{"id":4375,"date":"2026-01-19T11:43:20","date_gmt":"2026-01-19T03:43:20","guid":{"rendered":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/"},"modified":"2026-01-26T10:39:59","modified_gmt":"2026-01-26T02:39:59","slug":"use-case-relationships","status":"publish","type":"docs","link":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/","title":{"rendered":"Use Case Relationships"},"content":{"rendered":"<p dir=\"auto\">Once actors and basic use cases are identified, <strong>use case relationships<\/strong> help structure the model by showing how use cases interact, reuse common behaviors, and handle variations. This keeps diagrams clean, promotes modularity, and aligns with Agile principles like &#8220;Don&#8217;t Repeat Yourself&#8221; (DRY) and incremental development. Relationships prevent bloated use cases by factoring out shared or optional logic.<\/p>\n<figure id=\"attachment_5171\" aria-describedby=\"caption-attachment-5171\" style=\"width: 572px\" class=\"wp-caption alignnone\"><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-5171\" src=\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png\" alt=\"Base, include and extend use case\" width=\"572\" height=\"520\" srcset=\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png 572w, https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case-300x273.png 300w, https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case-150x136.png 150w\" sizes=\"(max-width: 572px) 100vw, 572px\" \/><figcaption id=\"caption-attachment-5171\" class=\"wp-caption-text\">Base, include and extend use case<\/figcaption><\/figure>\n<p dir=\"auto\">UML defines three main relationships between use cases:<\/p>\n<ul dir=\"auto\">\n<li><strong>Include (\u00abinclude\u00bb)<\/strong>: Mandatory reuse\u2014 one use case incorporates another&#8217;s behavior as a required step (e.g., &#8220;Login&#8221; included in &#8220;Place Order&#8221;). Use when a sub-flow is always needed and could be shared.<\/li>\n<li><strong>Extend (\u00abextend\u00bb)<\/strong>: Optional extension\u2014 adds behavior to a base use case under specific conditions (e.g., &#8220;Apply Discount&#8221; extends &#8220;Checkout&#8221;). Ideal for alternatives or add-ons without cluttering the main flow.<\/li>\n<li><strong>Generalization<\/strong>: Inheritance\u2014 a specialized use case inherits and refines a general one&#8217;s behavior (e.g., &#8220;Pay by Credit Card&#8221; generalizes from &#8220;Make Payment&#8221;). Use for variations sharing a common structure.<\/li>\n<\/ul>\n<p dir=\"auto\">Additionally, actors connect to use cases via <strong>associations<\/strong>, indicating who initiates or participates.<\/p>\n<p dir=\"auto\">In Agile, relationships enable slicing: Model the base use case first for quick delivery, then add extensions in later iterations based on priority.<\/p>\n<h4 dir=\"auto\">Practical Examples of Use Case Relationships in Real-World Projects<\/h4>\n<p dir=\"auto\">Here are detailed examples showing relationships in action across domains:<\/p>\n<ul dir=\"auto\">\n<li><strong>Online Shopping System<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Checkout&#8221;.<\/li>\n<li>Include: &#8220;Make Payment&#8221; (always required).<\/li>\n<li>Extend: &#8220;Gift Wrap&#8221; (optional at extension point &#8220;Add Extras&#8221;).<\/li>\n<li>Generalization: &#8220;Pay by Card&#8221; and &#8220;Pay by PayPal&#8221; from &#8220;Make Payment&#8221;.<\/li>\n<li>Benefit: Reusing &#8220;Make Payment&#8221; avoids duplication; extensions handle promos without complicating the happy path.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Banking App<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Transfer Funds&#8221;.<\/li>\n<li>Include: &#8220;Authenticate User&#8221; (mandatory security).<\/li>\n<li>Extend: &#8220;Schedule Recurring Transfer&#8221; (optional).<\/li>\n<li>Association: Account Holder to all.<\/li>\n<li>Practical: Generalization for &#8220;Internal Transfer&#8221; vs. &#8220;External Transfer&#8221; allows shared validation logic, speeding development.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Healthcare Portal<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Book Appointment&#8221;.<\/li>\n<li>Include: &#8220;Select Doctor&#8221; (required).<\/li>\n<li>Extend: &#8220;Upload Medical History&#8221; (if needed).<\/li>\n<li>Generalization: &#8220;Virtual Appointment&#8221; from base.<\/li>\n<li>Outcome: Relationships make it easy to add telehealth features iteratively without rewriting.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Ride-Sharing Service<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Request Ride&#8221;.<\/li>\n<li>Extend: &#8220;Share Ride&#8221; (pooling option).<\/li>\n<li>Include: &#8220;Locate Driver&#8221;.<\/li>\n<li>Association: Rider initiates.<\/li>\n<li>Agile: Start with base for MVP, extend for features like &#8220;Premium Ride&#8221; based on user feedback.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Smart Home System<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Control Lights&#8221;.<\/li>\n<li>Extend: &#8220;Set Timer&#8221; (optional).<\/li>\n<li>Generalization: &#8220;Voice Control&#8221; from base.<\/li>\n<li>Include: &#8220;Connect to Hub&#8221;.<\/li>\n<li>Benefit: Modular design supports adding IoT integrations without disrupting core use cases.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Library System<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Borrow Item&#8221;.<\/li>\n<li>Include: &#8220;Check Availability&#8221; (always).<\/li>\n<li>Extend: &#8220;Reserve if Unavailable&#8221;.<\/li>\n<li>Association: Patron.<\/li>\n<li>Practical: Generalization for &#8220;Borrow Book&#8221; vs. &#8220;Borrow DVD&#8221; shares renewal logic.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Fitness App<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Log Workout&#8221;.<\/li>\n<li>Extend: &#8220;Share on Social&#8221; (optional).<\/li>\n<li>Include: &#8220;Track Metrics&#8221;.<\/li>\n<li>Outcome: Relationships enable thin slices\u2014core logging first, social features later.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Event Ticketing<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Purchase Ticket&#8221;.<\/li>\n<li>Include: &#8220;Select Seat&#8221;.<\/li>\n<li>Extend: &#8220;Add Parking Pass&#8221;.<\/li>\n<li>Generalization: &#8220;Group Purchase&#8221; from base.<\/li>\n<li>Benefit: Handles scalability for large events without monolithic use cases.<\/li>\n<\/ul>\n<\/li>\n<li><strong>ATM System<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Withdraw Cash&#8221;.<\/li>\n<li>Include: &#8220;Enter PIN&#8221;.<\/li>\n<li>Extend: &#8220;Request Receipt&#8221; (optional).<\/li>\n<li>Classic: Ensures security is reused across transactions like &#8220;Deposit Check&#8221;.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Inventory System<\/strong>:\n<ul dir=\"auto\">\n<li>Base: &#8220;Update Stock&#8221;.<\/li>\n<li>Include: &#8220;Scan Barcode&#8221;.<\/li>\n<li>Extend: &#8220;Report Discrepancy&#8221;.<\/li>\n<li>Association: Clerk.<\/li>\n<li>Practical: Modular for integrating with suppliers later via extensions.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p dir=\"auto\">Avoid overusing relationships\u2014keep them to essentials to maintain readability. In Visual Paradigm, draw arrows for \u00abinclude\u00bb\/\u00abextend\u00bb, use generalization notation, and ensure the semantic backplane links everything for consistency.<\/p>\n<p dir=\"auto\">Now, move on to <a href=\"https:\/\/guides.visual-paradigm.com\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/practical-2-hands-on-use-case-modeling\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Practical 2: Hands-on Use Case Modeling<\/a>, where you&#8217;ll apply these concepts.<\/p>\n","protected":false},"featured_media":0,"parent":4366,"menu_order":2,"comment_status":"open","ping_status":"closed","template":"","meta":{"_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_eb_attr":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"doc_tag":[],"class_list":["post-4375","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Use Case Relationships - Visual Paradigm Guides French<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Use Case Relationships - Visual Paradigm Guides French\" \/>\n<meta property=\"og:description\" content=\"Once actors and basic use cases are identified, use case relationships help structure the model by showing how use cases interact, reuse common behaviors, and handle variations. This keeps diagrams clean, promotes modularity, and aligns with Agile principles like &#8220;Don&#8217;t Repeat Yourself&#8221; (DRY) and incremental development. Relationships prevent bloated use cases by factoring out shared or optional logic. UML defines three main relationships between use cases: Include (\u00abinclude\u00bb): Mandatory reuse\u2014 one use case incorporates another&#8217;s behavior as a required step (e.g., &#8220;Login&#8221; included in &#8220;Place Order&#8221;). Use when a sub-flow is always needed and could be shared. Extend (\u00abextend\u00bb): Optional extension\u2014 adds behavior to a base use case under specific conditions (e.g., &#8220;Apply Discount&#8221; extends &#8220;Checkout&#8221;). Ideal for alternatives or add-ons without cluttering the main flow. Generalization: Inheritance\u2014 a specialized use case inherits and refines a general one&#8217;s behavior (e.g., &#8220;Pay by Credit Card&#8221; generalizes from &#8220;Make Payment&#8221;). Use for variations sharing a common structure. Additionally, actors connect to use cases via associations, indicating who initiates or participates. In Agile, relationships enable slicing: Model the base use case first for quick delivery, then add extensions in later iterations based on priority. Practical Examples of Use Case Relationships in Real-World Projects Here are detailed examples showing relationships in action across domains: Online Shopping System: Base: &#8220;Checkout&#8221;. Include: &#8220;Make Payment&#8221; (always required). Extend: &#8220;Gift Wrap&#8221; (optional at extension point &#8220;Add Extras&#8221;). Generalization: &#8220;Pay by Card&#8221; and &#8220;Pay by PayPal&#8221; from &#8220;Make Payment&#8221;. Benefit: Reusing &#8220;Make Payment&#8221; avoids duplication; extensions handle promos without complicating the happy path. Banking App: Base: &#8220;Transfer Funds&#8221;. Include: &#8220;Authenticate User&#8221; (mandatory security). Extend: &#8220;Schedule Recurring Transfer&#8221; (optional). Association: Account Holder to all. Practical: Generalization for &#8220;Internal Transfer&#8221; vs. &#8220;External Transfer&#8221; allows shared validation logic, speeding development. Healthcare Portal: Base: &#8220;Book Appointment&#8221;. Include: &#8220;Select Doctor&#8221; (required). Extend: &#8220;Upload Medical History&#8221; (if needed). Generalization: &#8220;Virtual Appointment&#8221; from base. Outcome: Relationships make it easy to add telehealth features iteratively without rewriting. Ride-Sharing Service: Base: &#8220;Request Ride&#8221;. Extend: &#8220;Share Ride&#8221; (pooling option). Include: &#8220;Locate Driver&#8221;. Association: Rider initiates. Agile: Start with base for MVP, extend for features like &#8220;Premium Ride&#8221; based on user feedback. Smart Home System: Base: &#8220;Control Lights&#8221;. Extend: &#8220;Set Timer&#8221; (optional). Generalization: &#8220;Voice Control&#8221; from base. Include: &#8220;Connect to Hub&#8221;. Benefit: Modular design supports adding IoT integrations without disrupting core use cases. Library System: Base: &#8220;Borrow Item&#8221;. Include: &#8220;Check Availability&#8221; (always). Extend: &#8220;Reserve if Unavailable&#8221;. Association: Patron. Practical: Generalization for &#8220;Borrow Book&#8221; vs. &#8220;Borrow DVD&#8221; shares renewal logic. Fitness App: Base: &#8220;Log Workout&#8221;. Extend: &#8220;Share on Social&#8221; (optional). Include: &#8220;Track Metrics&#8221;. Outcome: Relationships enable thin slices\u2014core logging first, social features later. Event Ticketing: Base: &#8220;Purchase Ticket&#8221;. Include: &#8220;Select Seat&#8221;. Extend: &#8220;Add Parking Pass&#8221;. Generalization: &#8220;Group Purchase&#8221; from base. Benefit: Handles scalability for large events without monolithic use cases. ATM System: Base: &#8220;Withdraw Cash&#8221;. Include: &#8220;Enter PIN&#8221;. Extend: &#8220;Request Receipt&#8221; (optional). Classic: Ensures security is reused across transactions like &#8220;Deposit Check&#8221;. Inventory System: Base: &#8220;Update Stock&#8221;. Include: &#8220;Scan Barcode&#8221;. Extend: &#8220;Report Discrepancy&#8221;. Association: Clerk. Practical: Modular for integrating with suppliers later via extensions. Avoid overusing relationships\u2014keep them to essentials to maintain readability. In Visual Paradigm, draw arrows for \u00abinclude\u00bb\/\u00abextend\u00bb, use generalization notation, and ensure the semantic backplane links everything for consistency. Now, move on to Practical 2: Hands-on Use Case Modeling, where you&#8217;ll apply these concepts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Guides French\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-26T02:39:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png\" \/>\n\t<meta property=\"og:image:width\" content=\"572\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/\",\"url\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/\",\"name\":\"Use Case Relationships - Visual Paradigm Guides French\",\"isPartOf\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png\",\"datePublished\":\"2026-01-19T03:43:20+00:00\",\"dateModified\":\"2026-01-26T02:39:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage\",\"url\":\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png\",\"contentUrl\":\"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png\",\"width\":572,\"height\":520,\"caption\":\"Base, include and extend use case\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/guides.visual-paradigm.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering UML 2.5: A Use Case Driven Approach to Agile Modeling\",\"item\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Module 2: The Driver \u2013 Use Case Driven Requirements\",\"item\":\"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Use Case Relationships\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/fr\/#website\",\"url\":\"https:\/\/guides.visual-paradigm.com\/fr\/\",\"name\":\"Visual Paradigm Guides French\",\"description\":\"Smart guides for an AI-driven world\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/guides.visual-paradigm.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Use Case Relationships - Visual Paradigm Guides French","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/","og_locale":"fr_FR","og_type":"article","og_title":"Use Case Relationships - Visual Paradigm Guides French","og_description":"Once actors and basic use cases are identified, use case relationships help structure the model by showing how use cases interact, reuse common behaviors, and handle variations. This keeps diagrams clean, promotes modularity, and aligns with Agile principles like &#8220;Don&#8217;t Repeat Yourself&#8221; (DRY) and incremental development. Relationships prevent bloated use cases by factoring out shared or optional logic. UML defines three main relationships between use cases: Include (\u00abinclude\u00bb): Mandatory reuse\u2014 one use case incorporates another&#8217;s behavior as a required step (e.g., &#8220;Login&#8221; included in &#8220;Place Order&#8221;). Use when a sub-flow is always needed and could be shared. Extend (\u00abextend\u00bb): Optional extension\u2014 adds behavior to a base use case under specific conditions (e.g., &#8220;Apply Discount&#8221; extends &#8220;Checkout&#8221;). Ideal for alternatives or add-ons without cluttering the main flow. Generalization: Inheritance\u2014 a specialized use case inherits and refines a general one&#8217;s behavior (e.g., &#8220;Pay by Credit Card&#8221; generalizes from &#8220;Make Payment&#8221;). Use for variations sharing a common structure. Additionally, actors connect to use cases via associations, indicating who initiates or participates. In Agile, relationships enable slicing: Model the base use case first for quick delivery, then add extensions in later iterations based on priority. Practical Examples of Use Case Relationships in Real-World Projects Here are detailed examples showing relationships in action across domains: Online Shopping System: Base: &#8220;Checkout&#8221;. Include: &#8220;Make Payment&#8221; (always required). Extend: &#8220;Gift Wrap&#8221; (optional at extension point &#8220;Add Extras&#8221;). Generalization: &#8220;Pay by Card&#8221; and &#8220;Pay by PayPal&#8221; from &#8220;Make Payment&#8221;. Benefit: Reusing &#8220;Make Payment&#8221; avoids duplication; extensions handle promos without complicating the happy path. Banking App: Base: &#8220;Transfer Funds&#8221;. Include: &#8220;Authenticate User&#8221; (mandatory security). Extend: &#8220;Schedule Recurring Transfer&#8221; (optional). Association: Account Holder to all. Practical: Generalization for &#8220;Internal Transfer&#8221; vs. &#8220;External Transfer&#8221; allows shared validation logic, speeding development. Healthcare Portal: Base: &#8220;Book Appointment&#8221;. Include: &#8220;Select Doctor&#8221; (required). Extend: &#8220;Upload Medical History&#8221; (if needed). Generalization: &#8220;Virtual Appointment&#8221; from base. Outcome: Relationships make it easy to add telehealth features iteratively without rewriting. Ride-Sharing Service: Base: &#8220;Request Ride&#8221;. Extend: &#8220;Share Ride&#8221; (pooling option). Include: &#8220;Locate Driver&#8221;. Association: Rider initiates. Agile: Start with base for MVP, extend for features like &#8220;Premium Ride&#8221; based on user feedback. Smart Home System: Base: &#8220;Control Lights&#8221;. Extend: &#8220;Set Timer&#8221; (optional). Generalization: &#8220;Voice Control&#8221; from base. Include: &#8220;Connect to Hub&#8221;. Benefit: Modular design supports adding IoT integrations without disrupting core use cases. Library System: Base: &#8220;Borrow Item&#8221;. Include: &#8220;Check Availability&#8221; (always). Extend: &#8220;Reserve if Unavailable&#8221;. Association: Patron. Practical: Generalization for &#8220;Borrow Book&#8221; vs. &#8220;Borrow DVD&#8221; shares renewal logic. Fitness App: Base: &#8220;Log Workout&#8221;. Extend: &#8220;Share on Social&#8221; (optional). Include: &#8220;Track Metrics&#8221;. Outcome: Relationships enable thin slices\u2014core logging first, social features later. Event Ticketing: Base: &#8220;Purchase Ticket&#8221;. Include: &#8220;Select Seat&#8221;. Extend: &#8220;Add Parking Pass&#8221;. Generalization: &#8220;Group Purchase&#8221; from base. Benefit: Handles scalability for large events without monolithic use cases. ATM System: Base: &#8220;Withdraw Cash&#8221;. Include: &#8220;Enter PIN&#8221;. Extend: &#8220;Request Receipt&#8221; (optional). Classic: Ensures security is reused across transactions like &#8220;Deposit Check&#8221;. Inventory System: Base: &#8220;Update Stock&#8221;. Include: &#8220;Scan Barcode&#8221;. Extend: &#8220;Report Discrepancy&#8221;. Association: Clerk. Practical: Modular for integrating with suppliers later via extensions. Avoid overusing relationships\u2014keep them to essentials to maintain readability. In Visual Paradigm, draw arrows for \u00abinclude\u00bb\/\u00abextend\u00bb, use generalization notation, and ensure the semantic backplane links everything for consistency. Now, move on to Practical 2: Hands-on Use Case Modeling, where you&#8217;ll apply these concepts.","og_url":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/","og_site_name":"Visual Paradigm Guides French","article_modified_time":"2026-01-26T02:39:59+00:00","og_image":[{"width":572,"height":520,"url":"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/","url":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/","name":"Use Case Relationships - Visual Paradigm Guides French","isPartOf":{"@id":"https:\/\/guides.visual-paradigm.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage"},"image":{"@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage"},"thumbnailUrl":"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png","datePublished":"2026-01-19T03:43:20+00:00","dateModified":"2026-01-26T02:39:59+00:00","breadcrumb":{"@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#primaryimage","url":"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png","contentUrl":"https:\/\/guides.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/01\/base-extend-and-include-use-case.png","width":572,"height":520,"caption":"Base, include and extend use case"},{"@type":"BreadcrumbList","@id":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/use-case-relationships\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/guides.visual-paradigm.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Mastering UML 2.5: A Use Case Driven Approach to Agile Modeling","item":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/"},{"@type":"ListItem","position":3,"name":"Module 2: The Driver \u2013 Use Case Driven Requirements","item":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/"},{"@type":"ListItem","position":4,"name":"Use Case Relationships"}]},{"@type":"WebSite","@id":"https:\/\/guides.visual-paradigm.com\/fr\/#website","url":"https:\/\/guides.visual-paradigm.com\/fr\/","name":"Visual Paradigm Guides French","description":"Smart guides for an AI-driven world","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/guides.visual-paradigm.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4375","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/comments?post=4375"}],"version-history":[{"count":5,"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4375\/revisions"}],"predecessor-version":[{"id":5172,"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4375\/revisions\/5172"}],"up":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4366"}],"next":[{"title":"Practical 2: Hands-on Use Case Modeling","link":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/practical-2-hands-on-use-case-modeling\/","href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4376"}],"prev":[{"title":"Identifying Actors","link":"https:\/\/guides.visual-paradigm.com\/fr\/docs\/mastering-uml-2-5-a-use-case-driven-approach-to-agile-modeling\/module-2-the-driver-use-case-driven-requirements\/identifying-actors\/","href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/4374"}],"wp:attachment":[{"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/media?parent=4375"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=4375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}