{"id":4074,"date":"2026-01-15T10:56:02","date_gmt":"2026-01-15T02:56:02","guid":{"rendered":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/"},"modified":"2026-01-23T08:54:53","modified_gmt":"2026-01-23T00:54:53","slug":"module-6-infrastructure-and-deployment-modeling","status":"publish","type":"docs","link":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/","title":{"rendered":"Module 6: Infrastructure and Deployment Modeling"},"content":{"rendered":"<p dir=\"auto\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-5055\" src=\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png\" alt=\"\" width=\"1023\" height=\"556\" srcset=\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png 1023w, https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling-300x163.png 300w, https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling-768x417.png 768w, https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling-150x82.png 150w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/><\/p>\n<p dir=\"auto\">Welcome to Module 6 of <em>Mastering UML with Visual Paradigm AI: From Natural Language to Professional System Blueprints<\/em>. Having built a comprehensive behavioral picture in Module 5\u2014through detailed interactions, layered sequences, and rich state lifecycles\u2014we now shift perspective to the <strong>physical realization<\/strong> of the system: <strong>how<\/strong> the software is packaged, deployed, and executed in real-world infrastructure.<\/p>\n<p dir=\"auto\">This module focuses on <strong>infrastructure and deployment modeling<\/strong>, the final layer that bridges abstract design to concrete operation. These models answer essential late-stage questions: What are the reusable software components and their interfaces? How are artifacts (executables, libraries, containers) deployed across nodes (servers, cloud instances, edge devices)? What are the physical runtime dependencies and communication paths? How do time-critical behaviors manifest in the deployed environment?<\/p>\n<p dir=\"auto\">Traditional deployment and infrastructure modeling often occurs late &#8211; or not at all &#8211; leading to surprises during staging, scaling, or production incidents. Manually creating Component, Deployment, and Timing Diagrams is labor-intensive, prone to inconsistency, and difficult to keep aligned with evolving requirements and cloud-native realities.<\/p>\n<p dir=\"auto\">Visual Paradigm\u2019s AI ecosystem brings these diagrams into the same fast, conversational, standards-compliant workflow used throughout the course. Natural language descriptions of architecture, cloud topology, or timing constraints are instantly transformed into precise UML artifacts\u2014ready for review, refinement, and integration with modern deployment practices (containers, serverless, microservices, hybrid cloud).<\/p>\n<h3 dir=\"auto\">Overview<\/h3>\n<p dir=\"auto\">The primary goals of Module 6 are to:<\/p>\n<ul dir=\"auto\">\n<li>Model the <strong>modular software structure<\/strong> using <strong>Component Diagrams<\/strong>\u2014showing reusable parts, interfaces, ports, connectors, and dependencies.<\/li>\n<li>Define the <strong>physical deployment topology<\/strong> with <strong>Deployment Diagrams<\/strong>\u2014mapping artifacts to nodes (EC2 instances, Kubernetes pods, Lambda functions, databases) and illustrating runtime relationships (communication paths, protocols, hardware\/software nodes).<\/li>\n<li>Capture <strong>precise timing behavior<\/strong> in <strong>Timing Diagrams<\/strong>\u2014documenting time-dependent constraints, durations, state changes over time, and real-time requirements critical for performance-sensitive or embedded systems.<\/li>\n<li>Ensure these models remain tightly traceable to the static structure (classes\/packages), behavioral interactions (sequences\/state machines), and functional requirements (use cases).<\/li>\n<\/ul>\n<h3 dir=\"auto\">Key AI-Powered Techniques You Will Master<\/h3>\n<ol dir=\"auto\">\n<li><strong>Component Architecture Modeling<\/strong> Describe modular software parts (microservices, libraries, APIs, databases) in plain English. The <strong>AI Chatbot<\/strong> generates <strong>Component Diagrams<\/strong> showing provided\/required interfaces, ports, connectors, subsystems, and dependency relationships\u2014ideal for cloud-native, service-oriented, or modular monolith designs.<\/li>\n<li><strong>Deployment Mapping to Real Infrastructure<\/strong> Specify your target environment (e.g., AWS, Azure, Kubernetes, on-prem hybrid). AI produces <strong>Deployment Diagrams<\/strong> visualizing:\n<ul dir=\"auto\">\n<li>Artifacts (JARs, Docker images, executables, configuration files)<\/li>\n<li>Nodes (virtual machines, containers, serverless functions, load balancers, databases)<\/li>\n<li>Communication links (HTTP, gRPC, message queues)<\/li>\n<li>Cloud-native icons and stereotypes when appropriate<\/li>\n<li>Deployment constraints (e.g., replication, zones, scaling rules)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Specialized Timing Models<\/strong> For systems where precise timing matters (real-time, IoT, financial trading, embedded), describe temporal requirements in natural language. AI generates <strong>Timing Diagrams<\/strong> showing:\n<ul dir=\"auto\">\n<li>State or value changes over time<\/li>\n<li>Duration constraints<\/li>\n<li>Time intervals and deadlines<\/li>\n<li>Concurrency and synchronization points<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p dir=\"auto\">By the end of this module, you will be able to:<\/p>\n<ul dir=\"auto\">\n<li>Produce clean, standards-compliant <a href=\"https:\/\/guides.visual-paradigm.com\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/component-architecture\/\"><strong>Component Diagrams<\/strong><\/a> that define modular software boundaries and contracts.<\/li>\n<li>Create realistic <a href=\"https:\/\/guides.visual-paradigm.com\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/deployment-mapping\/\"><strong>Deployment Diagrams<\/strong><\/a> that map your design to actual (or planned) infrastructure\u2014cloud, hybrid, or on-premises.<\/li>\n<li>Document time-critical behavior with <strong>Timing Diagrams<\/strong> when millisecond-level precision or deadlines are non-negotiable.<\/li>\n<li>Keep infrastructure views traceable and consistent with earlier models (classes, packages, sequences, states).<\/li>\n<li>Use these diagrams to support DevOps discussions, cloud cost estimation, security reviews, and production readiness assessments.<\/li>\n<\/ul>\n<p dir=\"auto\">These models represent the <strong>physical incarnation<\/strong> of everything built so far. They reveal deployment risks, scalability limits, operational dependencies, and performance considerations\u2014bridging the gap between architecture and operations.<\/p>\n<p dir=\"auto\">With AI handling notation, iconography, layout intelligence, and iterative refinement, you can focus on strategic choices: microservices granularity, cloud provider selection, fault tolerance, observability, and alignment with business SLAs.<\/p>\n<p dir=\"auto\">The journey from abstract blueprint to deployable reality is now complete in its core dimensions. In the final modules, we explore advanced frameworks, architectural integrity checks, code\/database integration, and global collaboration &#8211; turning models into living, production -driving assets. Let\u2019s bring the system into the real world.<\/p>\n","protected":false},"featured_media":5055,"parent":4046,"menu_order":5,"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-4074","docs","type-docs","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese<\/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\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese\" \/>\n<meta property=\"og:description\" content=\"Welcome to Module 6 of Mastering UML with Visual Paradigm AI: From Natural Language to Professional System Blueprints. Having built a comprehensive behavioral picture in Module 5\u2014through detailed interactions, layered sequences, and rich state lifecycles\u2014we now shift perspective to the physical realization of the system: how the software is packaged, deployed, and executed in real-world infrastructure. This module focuses on infrastructure and deployment modeling, the final layer that bridges abstract design to concrete operation. These models answer essential late-stage questions: What are the reusable software components and their interfaces? How are artifacts (executables, libraries, containers) deployed across nodes (servers, cloud instances, edge devices)? What are the physical runtime dependencies and communication paths? How do time-critical behaviors manifest in the deployed environment? Traditional deployment and infrastructure modeling often occurs late &#8211; or not at allModule 6: Infrastructure and Deployment Modeling\" \/>\n<meta property=\"og:url\" content=\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Guides Traditional Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-23T00:54:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1023\" \/>\n\t<meta property=\"og:image:height\" content=\"556\" \/>\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=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/\",\"url\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/\",\"name\":\"Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese\",\"isPartOf\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png\",\"datePublished\":\"2026-01-15T02:56:02+00:00\",\"dateModified\":\"2026-01-23T00:54:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage\",\"url\":\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png\",\"contentUrl\":\"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png\",\"width\":1023,\"height\":556},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/guides.visual-paradigm.com\/tw\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering UML Visual Modeling in the Visual Paradigm AI Ecosystem\",\"item\":\"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Module 6: Infrastructure and Deployment Modeling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/tw\/#website\",\"url\":\"https:\/\/guides.visual-paradigm.com\/tw\/\",\"name\":\"Visual Paradigm Guides Traditional Chinese\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/guides.visual-paradigm.com\/tw\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese","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\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/","og_locale":"zh_TW","og_type":"article","og_title":"Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese","og_description":"Welcome to Module 6 of Mastering UML with Visual Paradigm AI: From Natural Language to Professional System Blueprints. Having built a comprehensive behavioral picture in Module 5\u2014through detailed interactions, layered sequences, and rich state lifecycles\u2014we now shift perspective to the physical realization of the system: how the software is packaged, deployed, and executed in real-world infrastructure. This module focuses on infrastructure and deployment modeling, the final layer that bridges abstract design to concrete operation. These models answer essential late-stage questions: What are the reusable software components and their interfaces? How are artifacts (executables, libraries, containers) deployed across nodes (servers, cloud instances, edge devices)? What are the physical runtime dependencies and communication paths? How do time-critical behaviors manifest in the deployed environment? Traditional deployment and infrastructure modeling often occurs late &#8211; or not at allModule 6: Infrastructure and Deployment Modeling","og_url":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/","og_site_name":"Visual Paradigm Guides Traditional Chinese","article_modified_time":"2026-01-23T00:54:53+00:00","og_image":[{"width":1023,"height":556,"url":"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"4 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/","url":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/","name":"Module 6: Infrastructure and Deployment Modeling - Visual Paradigm Guides Traditional Chinese","isPartOf":{"@id":"https:\/\/guides.visual-paradigm.com\/tw\/#website"},"primaryImageOfPage":{"@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage"},"image":{"@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage"},"thumbnailUrl":"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png","datePublished":"2026-01-15T02:56:02+00:00","dateModified":"2026-01-23T00:54:53+00:00","breadcrumb":{"@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/"]}]},{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#primaryimage","url":"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png","contentUrl":"https:\/\/guides.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/3\/2026\/01\/infrastructure-and-deployment-modeling.png","width":1023,"height":556},{"@type":"BreadcrumbList","@id":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-6-infrastructure-and-deployment-modeling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/guides.visual-paradigm.com\/tw\/"},{"@type":"ListItem","position":2,"name":"Mastering UML Visual Modeling in the Visual Paradigm AI Ecosystem","item":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/"},{"@type":"ListItem","position":3,"name":"Module 6: Infrastructure and Deployment Modeling"}]},{"@type":"WebSite","@id":"https:\/\/guides.visual-paradigm.com\/tw\/#website","url":"https:\/\/guides.visual-paradigm.com\/tw\/","name":"Visual Paradigm Guides Traditional Chinese","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/guides.visual-paradigm.com\/tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/comments?post=4074"}],"version-history":[{"count":4,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4074\/revisions"}],"predecessor-version":[{"id":5056,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4074\/revisions\/5056"}],"up":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4046"}],"next":[{"title":"Module 7: Advanced Frameworks and Design Integrity","link":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-7-advanced-frameworks-and-design-integrity\/","href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4078"}],"prev":[{"title":"Module 5: Modeling Behavioral Dynamics and Interactions","link":"https:\/\/guides.visual-paradigm.com\/tw\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/","href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/4069"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media\/5055"}],"wp:attachment":[{"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=4074"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=4074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}