Skip to content
Snippets Groups Projects
UseCase.svg 4.36 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="218px" preserveAspectRatio="none" style="width:619px;height:218px;" version="1.1" viewBox="0 0 619 218" width="619px" zoomAndPan="magnify"><defs><filter height="300%" id="f1q3zamejvlamv" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><!--cluster Softwaresystem--><rect fill="#FFFFFF" filter="url(#f1q3zamejvlamv)" height="91" style="stroke: #000000; stroke-width: 1.5;" width="586" x="22" y="116"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="112" x="259" y="132.9659">Softwaresystem</text><ellipse cx="314.9171" cy="172.4834" fill="#FEFECE" filter="url(#f1q3zamejvlamv)" rx="80.4171" ry="18.4834" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="122" x="253.9171" y="178.5174">Anwendungsfall 1</text><ellipse cx="118.9171" cy="172.4834" fill="#FEFECE" filter="url(#f1q3zamejvlamv)" rx="80.4171" ry="18.4834" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="122" x="57.9171" y="178.5174">Anwendungsfall 2</text><ellipse cx="510.9171" cy="172.4834" fill="#FEFECE" filter="url(#f1q3zamejvlamv)" rx="80.4171" ry="18.4834" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="122" x="449.9171" y="178.5174">Anwendungsfall 3</text><!--entity Akteur1--><ellipse cx="217" cy="18" fill="#FEFECE" filter="url(#f1q3zamejvlamv)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><path d="M217,26 L217,53 M204,34 L230,34 M217,53 L204,68 M217,53 L230,68 " fill="none" filter="url(#f1q3zamejvlamv)" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="56" x="189" y="89.9659">Akteur 1</text><!--entity Akteur2--><ellipse cx="511" cy="18" fill="#FEFECE" filter="url(#f1q3zamejvlamv)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><path d="M511,26 L511,53 M498,34 L524,34 M511,53 L498,68 M511,53 L524,68 " fill="none" filter="url(#f1q3zamejvlamv)" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="56" x="483" y="89.9659">Akteur 2</text><!--link Akteur1 to Fall1--><path d="M245.08,86.24 C262.01,106.89 283.05,132.54 297.6,150.28 " fill="none" id="Akteur1-Fall1" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#A80036" points="300.79,154.17,298.181,144.673,297.6215,150.3021,291.9924,149.7426,300.79,154.17" style="stroke: #A80036; stroke-width: 1.0;"/><!--link Akteur1 to Fall2--><path d="M188.92,86.24 C171.99,106.89 150.95,132.54 136.4,150.28 " fill="none" id="Akteur1-Fall2" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#A80036" points="133.21,154.17,142.0076,149.7426,136.3785,150.3021,135.819,144.673,133.21,154.17" style="stroke: #A80036; stroke-width: 1.0;"/><!--link Akteur2 to Fall3--><path d="M511,94.13 C511,112.61 511,133.55 511,148.98 " fill="none" id="Akteur2-Fall3" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#A80036" points="511,153.99,515,144.99,511,148.99,507,144.99,511,153.99" style="stroke: #A80036; stroke-width: 1.0;"/><!--
@startuml

:Akteur 1: as Akteur1 
:Akteur 2: as Akteur2 

rectangle Softwaresystem {
  usecase "Anwendungsfall 1" as Fall1
  usecase "Anwendungsfall 2" as Fall2
  usecase "Anwendungsfall 3" as Fall3
}

Akteur1 - -> Fall1
Akteur1 - -> Fall2
Akteur2 - -> Fall3

@enduml

PlantUML version 1.2018.13(Mon Nov 26 18:11:51 CET 2018)
(GPL source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Java Version: 11.0.18+10-post-Ubuntu-0ubuntu120.04.1
Operating System: Linux
OS Version: 5.15.0-69-generic
Default Encoding: UTF-8
Language: de
Country: DE
--></g></svg>