File:Saga Entwurfsmuster-UML Beispiel.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(821 × 805 pixels, file size: 57 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Beispiel zum Saga Entwurfsmuster in UML-Darstellung
Date
Source Own work
Author UlrichAAB

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

PlantUML Souce Code[edit]

```plantuml
skinparam activity {
  BackgroundColor<< erfolglos >> IndianRed  
  BackgroundColor<< erfolgreich >> LightGreen
}
partition Operationen {
  (*) --> "Buche Hotel"
  if Hotelbuchung\nerfolgreich? then
    -->[ja] "Buche\nLeihwagen"
    if Leihwagen\nerfolgreich? then
      -->[ja] "Buche Flug"
      if Flugbuchung\nerfolgreich? then
        -->[ja] erfolgreich <<erfolgreich>>
        else
}
          partition "Kompensationsoperationen 3" {
            ->[nein] "Storniere Flug (3)"
             -> "Storniere Leihwagen (3)"
             -> "Storniere Hotel (3)"
             -> erfolglos (3)<<erfolglos>>
           }
        endif
      else
      partition "Kompensationsoperationen 2" {
        ->[nein] "Storniere Leihwagen (2)"
        -> "Storniere Hotel (2)"
        -> erfolglos (2)<<erfolglos>>
      }
    endif
  else
    partition "Kompensationsoperationen 1" {
      ->[nein] "Storniere Hotel (1)"
      -> erfolglos (1)<<erfolglos>>
    }
  endif
```

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:56, 28 August 2018Thumbnail for version as of 17:56, 28 August 2018821 × 805 (57 KB)UlrichAAB (talk | contribs)beautifying
10:37, 28 August 2018Thumbnail for version as of 10:37, 28 August 2018829 × 813 (55 KB)UlrichAAB (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata