From 301ce0b79f73ebd0aab1ca2a15930379318be0a3 Mon Sep 17 00:00:00 2001 From: Dmitry <121898072+bpmbpm@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:26:11 +0300 Subject: [PATCH] Update readme.md --- .../mermaid_etc/PlantUML/readme.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/BPM/graphic_editor/mermaid_etc/PlantUML/readme.md b/BPM/graphic_editor/mermaid_etc/PlantUML/readme.md index 5af2c5c8..de33949b 100644 --- a/BPM/graphic_editor/mermaid_etc/PlantUML/readme.md +++ b/BPM/graphic_editor/mermaid_etc/PlantUML/readme.md @@ -19,5 +19,35 @@ - https://plantuml-editor.kkeisuke.com/ - https://plantuml.github.io/plantuml.js/ примеры работают, но +code +''' +@startuml +!includeurl https://raw.githubusercontent.com/plantuml-stdlib/Archimate-PlantUML/master/Archimate.puml +!theme archimate-standard from https://raw.githubusercontent.com/plantuml-stdlib/Archimate-PlantUML/master/themes + +title Archimate Sample - Requirement & Application Services + +'Elements' +Motivation_Requirement(ReqPayrollStandard, "Do Payroll with a standard system") +Motivation_Requirement(ReqBudgetPlanning, "Do budget planning within the ERP system") + +Application_Service(ASPayroll,"Payroll Service") +Application_Service(ASBudgetPlanning,"Budget Planning Service") +Application_Component(ACSAPFinanceAccRec, "SAP Finance - Accounts Recievables") +Application_Component(ACSAPHR, "SAP Human Resources") +Application_Component(ACSAPFin, "SAP Finance") +Application_Component(ACSAP,"SAP") + +'Relationships' +Rel_Realization_Up(ASPayroll, ReqPayrollStandard) +Rel_Realization_Up(ASBudgetPlanning, ReqBudgetPlanning) +Rel_Realization_Up(ACSAPFinanceAccRec, ASBudgetPlanning) +Rel_Realization_Up(ACSAPHR, ASPayroll) + +Rel_Composition_Up(ACSAPFin, ACSAPFinanceAccRec) +Rel_Composition_Up(ACSAP, ACSAPHR) +Rel_Composition_Up(ACSAP, ACSAPFin) +@enduml +''' ### markdown - [Как использовать PlantUML с Markdown svg](https://gist.github.com/noamtamim/f11982b28602bd7e604c233fbe9d910f) : plantuml -tsvg FILENAME